Search code examples
iosswiftuiimagepickercontroller

How to add few options to UIImagePickerController


There is way to add few options to imagePicker sourceType?

imagePicker.sourceType = UIImagePickerControllerSourceType.camera
imagePicker.allowsEditing = true
self.present(imagePicker, animated: true, completion: nil)

enter image description here


Solution

  • The options is specific to the Camera app and is not available through the API.

    You should file an enhancement request at http://bugreport.apple.com.