PKCustomAlertView:PKCustomAlertView是自定义警报视图。 在它的帮助下,用户可以通过修改视图模型属性来根据需要进行自定义

时间:2024-05-21 10:58:03
【文件属性】:

文件名称:PKCustomAlertView:PKCustomAlertView是自定义警报视图。 在它的帮助下,用户可以通过修改视图模型属性来根据需要进行自定义

文件大小:138KB

文件格式:ZIP

更新时间:2024-05-21 10:58:03

Objective-C

PKCustomAlertView 用法 要运行示例项目,请克隆存储库,然后首先从Example目录运行pod install 。 要求 安装 PKCustomAlertView可通过。 要安装它,只需将以下行添加到您的Podfile中: pod "PKCustomAlertView" #import 自定义警报示例代码 PKAlertModel * alertModel = [ [ PKAlertModel alloc ] init ] ; alertModel . alertTitle = @ "Title" ; alertModel . alertMessageBody = @ "Displaying custom alert!" ; alertModel .


【文件预览】:
PKCustomAlertView-master
----_Pods.xcodeproj(27B)
----.gitignore(1KB)
----README.md(3KB)
----Example()
--------Podfile.lock(241B)
--------Pods()
--------PKCustomAlertView.xcworkspace()
--------PKCustomAlertView.xcodeproj()
--------PKCustomAlertView()
--------Podfile(276B)
--------Tests()
----Pod()
--------Assets()
--------Classes()
----LICENSE(1KB)
----PKCustomAlertView.podspec(2KB)
----.travis.yml(591B)

网友评论