CLSystemAlertController

码农软件 · 软件分类 · 提醒 (Notification) · 2019-05-20 22:56:46

软件介绍

CLSystemAlertController 封装了系统提示窗口,兼容iOS8.3以下版本。

使用方法:

__weak __typeof(self) weakSelf = self;
[CLSystemAlertController ShowAlertToController:self
                          alertControllerStyle:SystemAlertStyleAlert
                                         title:@"这是标题"
                                       message:@"详细信息"
                             cancelButtonTitle:@"取消"
                        destructiveButtonTitle:@"重点按钮"
                             otherButtonTitles:@[@"第二", @"第三"]
                            clickedButtonBlock:^(NSUInteger index) {
                                weakSelf.indexField.text = [NSString stringWithFormat:@"%d", index];
                            }];
如果共有n个按钮,则:
cancelButton按钮的序号为 0,
destructiveButton按钮的序号为1,
otherButton按钮的序号从为 2 ~ n-1,
如果cancelButtonTitle或者destructiveButtonTitle为nil,则其他按钮的序号向前补位

本文地址:https://www.codercto.com/soft/d/6192.html

别具光芒

别具光芒

李烨 / 2008-10 / 59.00元

《别具光芒CSS属性、浏览器兼容与网页布局》结合大量范例与实际应用的实例,详细介绍了W3C发布的层叠样式表CSS2.1规范,浏览器对于CSS2.1规范解释的异同,以及使用XHTML和层叠样式表对网页进行结构化与美化的实际制作方法。《别具光芒CSS属性、浏览器兼容与网页布局》内容由浅入深,不仅介绍了Web标准和层叠样式表的各个属性,还结合实例对属性的实际应用进行讲解,同时配合在不同浏览器内的效果展示......一起来看看 《别具光芒》 这本书的介绍吧!

XML 在线格式化
XML 在线格式化

在线 XML 格式化压缩工具

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试

HEX CMYK 转换工具
HEX CMYK 转换工具

HEX CMYK 互转工具