ARNAlert:UIAlertView和UIAlertController的包装

时间:2024-06-06 00:50:10
【文件属性】:

文件名称:ARNAlert:UIAlertView和UIAlertController的包装

文件大小:179KB

文件格式:ZIP

更新时间:2024-06-06 00:50:10

Objective-C

ARNAlert UIAlertView和UIAlertController的包装。 用法 要运行示例项目,请克隆存储库,然后首先从Example目录运行pod install 。 不显示任何动作警报 [ARNAlert showNoActionAlertWithTitle: @" no action title " message: @" no action message " buttonTitle: @" No Acttion " ]; // iOS8 : UIAlertController addAction(UIAlertActionStyleCancel) // iOS7 : UIAlertView clickedButtonAtIndex(cancelButtonIndex) 显示简单动作警报 [ARNAlert showAlertWithTitle: @" test Ti


网友评论