CocoaPods trunk is moving to be read-only. Read more on the blog, there are 18 months to go.

LZAlertViewHelper 0.0.2

LZAlertViewHelper 0.0.2

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release May 2015

Maintained by lzwjava.



Use Block instead of UIAlertViewDelegate

Install

    pod 'LZAlertViewHelper'

Usage

[self.alertViewHelper showInputAlertViewWithMessage:@"请输入您的手机号码进行注册" block:^(BOOL confirm, NSString *text) {
   if (confirm) {
       /....
   } else {
       /...
   }
}

More Example