EasyButton
UIButton 扩展,用于轻松设置样式
用法
// Set a darker color than the background color to the highlighted background color automatically
let lightColorButton = UIButton.button(title: "Hello World", titleColor: .white, backgroundColor: .orange, cornerRadius: 6)
// Set a lighter color than the background color to the highlighted background color automatically
let darkColorButton = UIButton.button(title: "Hello World", titleColor: .white, backgroundColor: .darkGray, cornerRadius: 6)
安装
Carthage
Cartfile
github "morishin/EasyButton"
CocoaPods
Podfile
pod 'EasyButton'
许可证
MIT协议