项目介绍:
一个简单但是体验还不错的AlterView。
DLAlertView
https://github.com/Liqiankun/DLAlertView
How to use
[Objective-C] 查看源文件 复制代码
DLAlertView *alertView = [[DLAlertView alloc] initWithNewWindowWithClickCallBack:^{ NSLog(@"ClickCallBack"); } andCloseCallBack:^{ NSLog(@"CloseCallBack"); }]; [alertView show];
DEMO 直接下载: