美文网首页
UIAlertView(与UIActionSheet)-Bloc

UIAlertView(与UIActionSheet)-Bloc

作者: 之光 | 来源:发表于2016-04-22 16:55 被阅读44次

    为UIAlertView添加block支持

    这里推荐一个开源的实现: https://github.com/jivadevoe/UIAlertView-Blocks

    [[[UIAlertView alloc]initWithTitle:@"温馨提示" message:@"请填写信息" cancelButtonItem:[RIButtonItem itemWithLabel:@"取消" action:^{

    }] otherButtonItems:[RIButtonItem itemWithLabel:@"确定" action:^{

    }], nil] show];

    相关文章

      网友评论

          本文标题:UIAlertView(与UIActionSheet)-Bloc

          本文链接:https://www.haomeiwen.com/subject/eejxrttx.html