摘要:
func clickButton1(){创建uialertcontroller var alertCtl : UIAlertController = UIAlertController(title: "Alert", message: "You clicked button1", prefer... 阅读全文
posted @ 2015-04-26 10:19
Alvin_Xu
阅读(1051)
评论(0)
推荐(0)
摘要:
@IBAction func buttonClick_LabelCtrl(sender: AnyObject) {//定义CGRect来初始化UILable var frame: CGRect = CGRect(x: 50, y: 50, width: 200, height: 200) ... 阅读全文
posted @ 2015-04-26 09:54
Alvin_Xu
阅读(1041)
评论(0)
推荐(0)