Update README.md

This commit is contained in:
2015-06-29 15:26:34 +08:00
parent 91d51d0723
commit 7fe5ff6247
+9 -1
View File
@@ -1 +1,9 @@
# ASHUIAlertView
# ASHUIAlertView
可直接调用这个方法,直接使用block代替之前的delegate回调。
+ (id)showAlertWithTitle:(NSString *)title
message:(NSString *)message
completionBlock:(void (^)(NSUInteger buttonIndex, EMAlertView *alertView))block
cancelButtonTitle:(NSString *)cancelButtonTitle
otherButtonTitles:(NSString *)otherButtonTitles, ...;