1. 首页
  2. 移动开发
  3. 其他
  4. ios 封装系统的alert 好用的alert.zip

ios 封装系统的alert 好用的alert.zip

上传者: 2020-07-22 14:05:40上传 ZIP文件 65.62KB 热度 11次
系统的UIAlert不太好用,写起来感觉太零散. 使用方法:case 0: [LTAlertView showTitle:@"LTAlert" message:@"我是普通alert" ButtonTitles:@[@"确认",@"取消"] OnTapBlock:^(LTAlertView* alert,NSInteger num) { NSLog(@"点击了第%d个按钮",num); }]; break; case 1: [LTAler
下载地址
用户评论