UIAlertWrapper:UIAlertWrapper是UIAlertViewUIActionSheet和U​​IAlertController的包装,以简化对iOS 7和iOS 8的支持。

时间:2024-05-28 18:15:11
【文件属性】:

文件名称:UIAlertWrapper:UIAlertWrapper是UIAlertViewUIActionSheet和U​​IAlertController的包装,以简化对iOS 7和iOS 8的支持。

文件大小:17KB

文件格式:ZIP

更新时间:2024-05-28 18:15:11

Swift

UIAlertWrapper UIAlertWrapper通过提供适用于iOS 7和8以及iPad和iPhone的简单API,使使用“警报视图”和“操作表”更加容易。 为什么 随着iOS 8的呈现,警报视图和操作表变得更加复杂。 因为虽然iOS 8有一个不错的新界面来呈现它们,但iOS 7却没有。 因此,如果您支持多个设备和多个iOS版本,则您的代码可以快速变为以下形式: class MultipleCodePathsViewController : UIViewController , UIAlertViewDelegate , UIActionSheetDelegate { @IBAction func presentAlert ( sender : AnyObject ) { if isiOS8 { // Use UIAlertCo


【文件预览】:
UIAlertWrapper-master
----UIAlertWrapper.swift(12KB)
----UIAlertWrapperExample()
--------UIAlertWrapperExample.xcodeproj()
--------UIAlertWrapperExample()
----LICENSE(1KB)
----.gitignore(495B)
----README.md(3KB)

网友评论