文件名称:GNAlertConveniences:一个UIViewController扩展,旨在简化呈现UIAlertController时的工作
文件大小:34KB
文件格式:ZIP
更新时间:2024-06-04 05:30:45
Shell
GNAlert的便利 用法 要运行示例项目,请克隆存储库,然后首先从Example目录运行pod install 。 GNAlertConveniences用一些方便的方法扩展了UIViewController,以帮助展示基本的UIAlertControllers,而无需所有样板代码。 注意:按钮标题已经本地化,但是UIAlertController标题和消息必须本地化,然后才能传递给这些方法。 方法 public func showAlertControllerWithTitle ( title : String , message : String , okActionBlock :GNVoidCompletionBlock ? = nil ) 这将显示一个带有一个名为“ Ok”的按钮的UIAlertController。 此按钮调用okActionBlock。 publi
【文件预览】:
GNAlertConveniences-master
----_Pods.xcodeproj(27B)
----.gitignore(618B)
----README.md(2KB)
----Example()
--------Podfile.lock(247B)
--------Pods()
--------GNAlertConveniences.xcworkspace()
--------GNAlertConveniences.xcodeproj()
--------Podfile(176B)
--------Tests()
----Pod()
--------Assets()
--------Classes()
----LICENSE(1KB)
----GNAlertConveniences.podspec(1KB)
----.travis.yml(595B)