EasyButton 1.0.1

EasyButton 1.0.1

morishin 维护。



  • 作者
  • morishin

EasyButton

Swift version CocoaPods compatible Carthage compatible

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)

2017-12-03 1 13 44

安装

Carthage

Cartfile

github "morishin/EasyButton"

CocoaPods

Podfile

pod 'EasyButton'

许可证

MIT协议