Update README.md

This commit is contained in:
2015-06-29 15:32:21 +08:00
parent 7fe5ff6247
commit b35681c205
+1
View File
@@ -1,6 +1,7 @@
# ASHUIAlertView
可直接调用这个方法,直接使用block代替之前的delegate回调。
比传统的UIAlertView好用的地方就是block代替了delegate.
+ (id)showAlertWithTitle:(NSString *)title
message:(NSString *)message