JFAlertViewController
封装了 AlertController,避免了在每次编写 alert 时使用大量的 block 回调
安装
CocoaPods
- 在 Podfile 中添加
pod 'JFAlertViewController'
。 - 执行
pod install
或pod update
。 - 导入
JFAlertViewController.h
。
手动安装
- 下载 JFAlertViewController 文件夹内所有内容。
- 将 JFAlertViewController 内的源文件添加(拖放)到您的工程中。
- 导入
JFAlertViewController.h
。
系统要求
该项目最低支持 iOS 8.0
。
许可证
JFAlertViewController 使用 MIT 许可证,详情见 LICENSE 文件。