文件名称:SwiftAlert:SwiftAlert 类的存储库,用于快速显示和处理 UIAlertView
文件大小:16KB
文件格式:ZIP
更新时间:2024-07-19 15:03:09
Swift
快速警报 SwiftAlert 类的存储库,用于快速显示和处理 UIAlertView。 来自博 #Usage导入SwiftAlert.swift到您的Xcode项目。 然后显示警报视图 SwiftAlert ( showWithActionClosure : { (buttonIndex) -> Void in println ( " Button number \( buttonIndex ) pressed " ) }, title : " Alert " , message : " Alert message " , cancelButtonTitle : " Cancel " , otherButtonTitle : " Ok " )
【文件预览】:
SwiftAlert-master
----.gitignore(495B)
----README.md(544B)
----SwiftAlert.xcodeproj()
--------project.xcworkspace()
--------project.pbxproj(15KB)
--------xcuserdata()
----SwiftAlertTests()
--------SwiftAlertTests.swift(934B)
--------Info.plist(746B)
----LICENSE(1KB)
----SwiftAlert()
--------AppDelegate.swift(2KB)
--------Base.lproj()
--------Images.xcassets()
--------Info.plist(1KB)
--------SwiftAlert.swift(1KB)
--------ViewController.swift(760B)