ios 封装系统的alert 好用的alert.zip
系统的UIAlert不太好用,写起来感觉太零散. 使用方法:case 0: [LTAlertView showTitle:@"LTAlert" message:@"我是普通alert" ButtonTitles:@[@"确认",@"取消"] OnTapBlock:^(LTAlertView* alert,NSInteger num) { NSLog(@"点击了第%d个按钮",num); }]; break; case 1: [LTAler
文件列表
c5a50892a49e47427c5d377faf0c33fd.zip
(预估有个62文件)
LTAlertView
LTAlertView
ViewController.m
2KB
Info.plist
1KB
main.m
331B
Base.lproj
LaunchScreen.storyboard
2KB
Main.storyboard
6KB
LTAlertView.m
2KB
ViewController.h
212B
暂无评论