2015年4月26日
摘要: func clickButton1(){创建uialertcontroller var alertCtl : UIAlertController = UIAlertController(title: "Alert", message: "You clicked button1", prefer... 阅读全文
posted @ 2015-04-26 10:19 Alvin_Xu 阅读(1045) 评论(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 阅读(1027) 评论(0) 推荐(0) 编辑