// Drawing code
self.stopButton.layer.borderWidth = 1.0; //設定邊線寬度
self.stopButton.layer.borderColor = UIColor.whiteColor().CGColor //設定邊線顏色
self.stopButton.layer.masksToBounds = true; //這行要有才能顯示出來
self.stopButton.layer.cornerRadius = 5.0; //邊角15.0f,自行設定邊角圓弧度
留言
張貼留言