欢迎光临
我们一直在努力

iOS提示弹框

建站超值云服务器,限时71元/月

iOS提示弹框

项目介绍:

直接上代码 很简单

    PTLAlertView *alertView = [[PTLAlertView alloc]initWithTitle:@"我是标题" message:@"你好你好吗哈哈你好吗哈哈你好吗哈哈你好吗哈哈你好吗哈哈你好吗哈哈你好吗哈哈你好吗哈哈吗哈哈你好你好吗哈哈你好吗哈哈你好吗哈哈你好吗哈哈你好吗哈哈你好吗哈哈你好吗哈哈你好吗哈哈吗哈哈你好你好吗哈哈你好你好吗哈哈你好吗哈哈你好吗哈哈你好吗哈哈你好吗哈哈你好吗哈哈你好吗哈哈你好吗哈哈吗哈哈" cancelButtonTitle:@"取消" otherButtonTitles:@"确定",@"等一会", nil];
    
    [alertView setSelctBtnBlock:^(NSInteger index, NSString * _Nullable btnCurrentTitle) {
        NSLog(@"hha- %zd ---- %@", index, btnCurrentTitle);
    }];
    
// 修改属性
//    alertView.titleBackgroundColor = [UIColor redColor];
//    alertView.titleTextColor = [UIColor greenColor];
//    alertView.titleTextFont = [UIFont systemFontOfSize:20];
//    alertView.messageTextColor = [UIColor redColor];
//    alertView.messageTextFont = [UIFont systemFontOfSize:15];
    alertView.cancelBtnTextColor = [UIColor redColor];
//    alertView.cancelBtnTextFont = [UIFont systemFontOfSize:20];
//    alertView.otherBtnTextColor = [UIColor yellowColor];
//    alertView.otherBtnTextFont = [UIFont systemFontOfSize:20];
    
    [alertView show];

github点这里。

赞(0)
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com 特别注意:本站所有转载文章言论不代表本站观点! 本站所提供的图片等素材,版权归原作者所有,如需使用,请与原作者联系。未经允许不得转载:IDC资讯中心 » iOS提示弹框
分享到: 更多 (0)