CDAlertView:用Swift编写的高度可定制的Alertview和AlertNotificationSuccessErroralarm弹出窗口

时间:2021-04-06 10:45:51
【文件属性】:
文件名称:CDAlertView:用Swift编写的高度可定制的Alertview和AlertNotificationSuccessErroralarm弹出窗口
文件大小:1.13MB
文件格式:ZIP
更新时间:2021-04-06 10:45:51
alerts alert cocoapods carthage popup-window CDAlertView是使用Swift编写的高度可定制的警报弹出窗口。 用法类似于UIAlertController 。 屏幕截图 动画制作 用法 没有任何按钮的基本用法: CDAlertView ( title : " Awesome Title " , message : " Well explained message! " , type : . notification ). show () 注意:您可以不带按钮使用它。 如果没有操作按钮,请触摸弹出窗口之外或将其移动将其消失。 如果有一个动作按钮,则只有按一下按钮才会消失。 要添加新按钮: let alert = CDAlertView ( title : " Awesome Title " , message : " Are you in?! " , type : . notification ) let doneAct
【文件预览】:
CDAlertView-master
----CDAlertView.xcodeproj()
--------xcshareddata()
--------project.xcworkspace()
--------project.pbxproj(29KB)
----Screenshots()
--------3.gif(173KB)
--------2.gif(779KB)
--------1.gif(156KB)
----.swift_version(2B)
----index.md(8KB)
----CDAlertView()
--------Classes()
--------Info.plist(755B)
--------Resources()
--------CDAlertView.h(527B)
----CDAlertView.podspec(1KB)
----.travis.yml(606B)
----LICENSE(1KB)
----Example()
--------CDAlertViewExample.xcworkspace()
--------CDAlertViewExample.xcodeproj()
--------CDAlertViewExample()
--------Podfile(581B)
----CDAlertViewTests()
--------Info.plist(680B)
--------CDAlertViewTests.swift(1002B)
----README.md(8KB)
----CODE_OF_CONDUCT.md(3KB)
----.gitignore(1KB)
----_config.yml(222B)

网友评论