CocoaPods trunk is moving to be read-only. Read more on the blog, there are 17 months to go.
TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Feb 2016 |
Maintained by WuYikai.
WYAlertController
是干什么的统一系统控件UIAlertView
、UIActionSheet
、UIAlertController
,解决UIAlertController
无法在iOS8以下使用的问题。
手动导入:
WYAlertController
文件夹拖拽到项目中#import "WYAlertController"
使用Cocoapod安装: 在Podfile
文件中加入一行pod 'WYAlertController', '~> 0.0.1'
参考系统控件UIAlertController
的API,将UIAlertView
、UIActionSheet
、UIAlertController
封装到一起。iOS8以上会调用UIAlertController
,以下会调用UIAlerView
或者UIActionSheet
。