This website requires JavaScript.
Explore
Help
Register
Sign In
wushenghua
/
ASHUIAlertView
Watch
1
Star
0
Fork
0
mirror of
https://github.com/wu736139669/ASHUIAlertView.git
synced
2026-08-05 05:54:55 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
4
Commits
1
Branch
0
Tags
e62faee36c8b31994c57716a4b24431f3442d9f4
T
Code
Clone
HTTPS
Tea CLI
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Download ZIP
Download TAR.GZ
Download BUNDLE
wushenghua
e62faee36c
Update README.md
2015-06-29 15:34:05 +08:00
ASHUIAlertView.h
first commit
2015-06-29 13:51:21 +08:00
ASHUIAlertView.m
first commit
2015-06-29 13:51:21 +08:00
README.md
Update README.md
2015-06-29 15:34:05 +08:00
README.md
ASHUIAlertView
可直接调用这个方法,直接使用block代替之前的delegate回调.
比传统的UIAlertView好用的地方就是block代替了delegate.
(id)showAlertWithTitle:(NSString *)title message:(NSString *)message completionBlock:(void (^)(NSUInteger buttonIndex, EMAlertView *alertView))block cancelButtonTitle:(NSString *)cancelButtonTitle otherButtonTitles:(NSString *)otherButtonTitles, ...;
Reference in New Issue
View Git Blame
Copy Permalink
S
Description
GitHub 镜像: wu736139669/ASHUIAlertView(每日自动同步)
Readme
28
KiB
Languages
Objective-C
100%