My problem is pretty simple, but I can not find it. When I click a button, I present a UIActionSheet with two options (library / camera). When users click a button on a UIActionSheet, I present the UIPopoverController with the photo library or the default camera.
When the button on the action bar is pressed, I get the following warning in the console:
Warning: Attempt to present <UIImagePickerController: 0x17ae1600> on <MyViewController: 0x17a3ca00> which is already presenting <UIAlertController: 0x1884acb0>
Any ideas on a suitable workaround?
user470763
source share