From 7fe5ff624761f80fd528e3bdcd792ad990705eed Mon Sep 17 00:00:00 2001 From: wu736139669 <736139669@qq.com> Date: Mon, 29 Jun 2015 15:26:34 +0800 Subject: [PATCH] Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e5e8f9..3b011e4 100644 --- a/README.md +++ b/README.md @@ -1 +1,9 @@ -# ASHUIAlertView \ No newline at end of file +# ASHUIAlertView + +可直接调用这个方法,直接使用block代替之前的delegate回调。 + ++ (id)showAlertWithTitle:(NSString *)title + message:(NSString *)message + completionBlock:(void (^)(NSUInteger buttonIndex, EMAlertView *alertView))block + cancelButtonTitle:(NSString *)cancelButtonTitle + otherButtonTitles:(NSString *)otherButtonTitles, ...;