Joshua Bryson
Joshua Bryson
The CapureSession.swift file does not compile. the setup function should become: `fileprivate func setup() { #if !IOS_SIMULATOR session.sessionPreset = AVCaptureSession.Preset.photo let discovery = AVCaptureDevice.DiscoverySession(deviceTypes: [.builtInWideAngleCamera], mediaType: AVMediaType.video, position: .back) if...
I'm not sure how else to note this, but in Xcode 9+ `NSManagedObject` entities are (by default) set to have their class autogenerated. This is a departure from the way...
If the layer's background color is nil, it crashes. I notice this happening then presenting an open or save dialog on macOS. It seems that the background for the side...
It's tedious to toggle or change launch arguments in Xcode: (Target -> edit scheme -> Run -> Arguments). It would be useful for these (or a new list) to be...
**Is your feature request related to a problem? Please describe.** It would be great if you could `select` an item in a plist. Just highlighting the row would be enough....