JFAlertViewController 0.1.2

JFAlertViewController 0.1.2

测试已测试
语言语言 Obj-CObjective C
许可证 MIT
发布最后发布2018年4月

junflyijunfly 维护。



  • 作者
  • JunFly

JFAlertViewController

封装了 AlertController,避免了在每次编写 alert 时使用大量的 block 回调

安装

CocoaPods

  1. 在 Podfile 中添加 pod 'JFAlertViewController'
  2. 执行 pod installpod update
  3. 导入 JFAlertViewController.h

手动安装

  1. 下载 JFAlertViewController 文件夹内所有内容。
  2. 将 JFAlertViewController 内的源文件添加(拖放)到您的工程中。
  3. 导入 JFAlertViewController.h

系统要求

该项目最低支持 iOS 8.0

许可证

JFAlertViewController 使用 MIT 许可证,详情见 LICENSE 文件。