📜  添加按钮边框 swift 代码示例

📅  最后修改于: 2022-03-11 15:01:03.059000             🧑  作者: Mango

代码示例1
button.layer.borderWidth = 1
button.layer.borderColor = UIColor.black.cgColor