摘要: func initView() -> Void { let button = UIButton(frame: CGRectMake(100,200,150,150)) button.setImage(UIImage(named: "11"), forState: .Normal) button.setTitle("按钮", forStat... 阅读全文
posted @ 2016-07-18 17:30 在bug中前行 阅读(534) 评论(0) 推荐(0) 编辑