KLAlertController 1.0.0

KLAlertController 1.0.0

kaleo 维护。



  • kaleo

KLAlertController

Build Status Version License Platform

特性

一、支持iPhone和iPad,支持iOS6以上机型。

二、alertController通过单独的window弹出,无需考虑presentingVc。

三、alert支持自定义title、message、action属性,包括边距,内边距,文字属性等等。

四、popUp支持整个内容自定义,内容适配约束布局和绝对布局,内容支持滚动。

五、支持横竖屏适配,支持刘海屏适配。

六、支持多级弹框同时弹出,同一时间只显示一个弹框。支持设置弹窗优先级。

七、支持指定唯一identifier,相同的identifier只会显示一次。支持通过identifier移除。

示例

要运行示例项目,请首先克隆仓库,然后在 Example 目录中运行 pod install

要求

安装

KLAlertController 通过 CocoaPods 提供。为了安装它,只需将以下行添加到您的 Podfile 中即可

pod 'KLAlertController'

作者

kaleo,

许可协议

KLAlertController处于MIT许可下。更多信息见LICENSE文件。