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

Convenience methods for UIAlertController

Results 4 UIAlertController-Blocks issues
Sort by recently updated
recently updated
newest added

**I am using the below code to set alert controller title, message and buttons (UIAlertController+Blocks)** `+ (instancetype)showInViewController:(UIViewController *)viewController withTitle:(NSString *)title message:(NSString *)message preferredStyle:(UIAlertControllerStyle)preferredStyle cancelButtonTitle:(NSString *)cancelButtonTitle destructiveButtonTitle:(NSString *)destructiveButtonTitle otherButtonTitles:(NSArray *)otherButtonTitles` **Using...

The background turns increasingly more dark every time an alert is shown on top of another alert. This wasn't the case with [UIAlertView-Blocks](https://github.com/ryanmaxwell/UIAlertView-Blocks). The behavior was to replace the existing...

Fixed warning related to NSUInteger vs NSInteger types.