CocoaPods trunk is moving to be read-only. Read more on the blog, there are 14 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。