Lambda-Alert
Lambda-Alert copied to clipboard
Simple UIAlertView wrapper that uses blocks for button actions.
Results
2
Lambda-Alert issues
Sort by
recently updated
recently updated
newest added
Hi there, nice work. I know that since iOS 8 UIAlertController is recommended. However in my project I would like to support iOS7 but also would like to use blocks...
This involves providing a block so the user can respond to the delegate method, and an (admittedly ugly but necessary) additional init method. The extra init method is needed because...