-
Notifications
You must be signed in to change notification settings - Fork 872
CodeQuickRef
Liu Lantao edited this page Jun 7, 2014
·
5 revisions
let alert: UIAlertView = UIAlertView()
alert.title = "This a simple UIAlertView"
alert.message = "Press OK to continue"
alert.addButtonWithTitle("OK")
alert.show()
-
Swift资源合集
- Introducing Swift by apple
- Xcode 6 beta 6 下载 by 网友
- Swift Beginner Guide by Lax