2016-01-21 swift设置UIButton的title文字 12let btn = UIButton(frame: CGRect(x: x, y: y, width: 20 , height: 20 ) )btn.setTitle("click", forState: UIControlState.Normal) Newer Xcode删除所有断点 Older 计算质数(极速版)