How to present an UIImagePickerController in a Popover with iOS 9 and Swift
Question or problem in the Swift programming language: I’m trying to present the photo library, in a popover, on an iPad with iOS 9 beta 4 and Swift. The preferred way is through a popover, but UIPopoverController is now deprecated. Apparently it’s now done through UIViewController, but there is no documentation, or sample code out […]
Continue Reading