UIImagePickerController leaking on iOS 11
Question or problem in the Swift programming language: I’ve configured my UIImagePickerController for taking an image and for recording a video both independently. The UIImagePickerController is directly called from an @IBAction (by a UIButton). I receive both UIImage and URL from the video in the imagePickerController delegate method and print them for testing purposes.
Continue Reading