Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Without presentation controller actionSheet fails on iPad with uncaught exception: [ Uncaught Exception ] Name: NSGenericException, Reason: Your application has presented a UIAlertController (<UIAlertController:>) of style UIAlertControllerStyleActionSheet. The modalPresentationStyle of a UIAlertController with this style is UIModalPresentationPopover. You must provide location information for this popover through the alert controller's popoverPresentationController. You must provide either a sourceView and sourceRect or a barButtonItem. If this information is not known when you present the alert controller, you may provide it in the UIPopoverPresentationControllerDelegate method -prepareForPopoverPresentation.
- Loading branch information