bryanjclark / SwiftTweaks

Tweak your iOS app without recompiling!
MIT License
1.43k stars 142 forks source link

StringOption tweaks don't work on iPad, because of UIAlertView #92

Closed bryanjclark closed 7 years ago

bryanjclark commented 7 years ago

Sounds like we oughta use an inline UIPicker!

'Your application has presented a UIAlertController (<UIAlertController: 0x7fd5f06832d0>) 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.'
bryanjclark commented 7 years ago

Closed in 20fbeabc7357b63f2f0089d8b97907d492c041e2