iOS - UIButton設置圓角和邊框及邊框顏色

[box.actionButton.layer setMasksToBounds:YES]; [box.actionButton.layer setCornerRadius:10.0]; //設置矩形四個圓角半徑 //邊框寬度 [box.actionButton.layer setBorderWidth:1.0]; //設置邊框顏色有兩種方法:第一種
相關文章
相關標籤/搜索