There is way to add few options to imagePicker sourceType?
imagePicker.sourceType = UIImagePickerControllerSourceType.camera
imagePicker.allowsEditing = true
self.present(imagePicker, animated: true, completion: nil)
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.