I’d like to open a UIImagePickerController using story boards and segues, but I don’t know how to customize options on a view controller that you aren’t supposed to extend. Do I need to do all of this in code instead of using storyboards?
I want to set the sourceType = UIImagePickerControllerSourceTypeCamera option on the UIImagePickerController when I present it in a UIPopoverController
In the controller that is initiating the segue you can override prepareForSegue:sender: