landakram / kiwi

A personal wiki app for iOS.
MIT License
63 stars 4 forks source link

Fix crash when deleting pages on the iPad #18

Closed landakram closed 6 years ago

landakram commented 6 years ago

Crash was caused by the following error:

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.