UIAlertView-Blocks icon indicating copy to clipboard operation
UIAlertView-Blocks copied to clipboard

Category on UIAlertView to use inline block callbacks instead of delegate callbacks.

Results 5 UIAlertView-Blocks issues
Sort by recently updated
recently updated
newest added

Hi If you use other cocoaPods , (e.g : TapjoySDK) beside UIAlertView+Blocks the blocks are not returning.

Hey, Ryan, we have a development partner (with an offshore dev team) trying to integrate our notifications manager, which is here: https://github.com/mobiquity-networks/MNNotificationsManager-iOS-SDK They report to us that after they show...

When you use the standard UIAlertView+Blocks API to provide a `tapBlock`, it is called when `- alertView:clickedButtonAtIndex:` is fired. This API was deprecated in iOS 9, and choosing iOS 10...

``` UIAlertView.showWithTitle("LOCKED", message: "message", cancelButtonTitle: "OK,I'll keep playing", otherButtonTitles: "LET ME IN! ($0.99)") { (alertView, buttonIndex) -> Void in } 'String' is not convertible to 'StringLiteralConvertible' ``` How can I...