文件名称:ZZCustomAlertView:ZZCustomAlertView是一个ios警报视图,您可以完全对其进行自定义
文件大小:618KB
文件格式:ZIP
更新时间:2024-06-13 12:13:18
Objective-C
ZZCustomAlertView ZZCustomAlertView是一个ios警报视图,您可以完全对其进行自定义。 用法 要运行示例项目,请克隆存储库,然后首先从Example目录运行pod install 。 这是一个简短的介绍。 要生成并显示一个新的纯ZZCustomAlertView,请编写: ZZCustomAlertView *alert = [ZZCustomAlertView alertViewWithParentView: self .view andContentView: nil ]; [alert show ]; 上面的代码给您一个类似于波纹管的警报视图,您可以点击任意位置以将其关闭。 ![ZZCustomAlertView Plain](./ ZZCustomAlertView Plain.png) 请记住,您应该始终为其提供一个parentVie
【文件预览】:
ZZCustomAlertView-master
----_Pods.xcodeproj(27B)
----.gitignore(618B)
----README.md(4KB)
----Example()
--------ZZCustomAlertView()
--------Podfile.lock(239B)
--------Pods()
--------ZZCustomAlertView Plain.png(76KB)
--------ZZCustomAlertView Background.png(84KB)
--------ZZCustomeAlertView Customized.png(41KB)
--------ZZCustomAlertView.xcworkspace()
--------Podfile(276B)
--------Tests()
--------ZZCustomAlertView.xcodeproj()
----Pod()
--------Assets()
--------Classes()
----LICENSE(1KB)
----ZZCustomAlertView Plain.png(76KB)
----ZZCustomAlertView Background.png(84KB)
----ZZCustomeAlertView Customized.png(41KB)
----ZZCustomAlertView.podspec(1KB)
----.travis.yml(591B)