您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. UIAlertController封装

  2. UIAlertController封装,支持iOS7 和 iOS 8以上的系统
  3. 所属分类:iOS

    • 发布日期:2016-06-18
    • 文件大小:65kb
    • 提供者:qw825342680
  1. ios-MTAlertCategory - UIAlertView封装支持兼容7.0一下.zip

  2. 简单的 UIAlert 封装 如果 (iOS = 8) UIAlertViewController. 使用方法和示例 UIAlertCategory * a = [[UIAlertCategory alloc] initWithTitle:"警告" WithMessage:"你有条警告"]; [a addButton:ALERT_BUTTON_OK WithTitle:"好的" WithAction:^(void *action) { NSLog("你点击了 index 为 0 的 好的");
  3. 所属分类:其它

    • 发布日期:2019-07-11
    • 文件大小:36kb
    • 提供者:weixin_39840924
  1. ios-封装系统的alert--好用的alert.zip

  2. 系统的UIAlert不太好用,写起来感觉太零散. 使用方法:case 0: [LTAlertView showTitle:"LTAlert" message:"我是普通alert" ButtonTitles:["确认","取消"] OnTapBlock:^(LTAlertView* alert,NSInteger num) { NSLog("点击了第%d个按钮",num); }]; break; case 1: [LTAlertView showConfigBlock:^(LTAlertVie
  3. 所属分类:其它

    • 发布日期:2019-07-11
    • 文件大小:66kb
    • 提供者:weixin_39841848