StyleChain 0.1.0

StyleChain 0.1.0

未认领 维护。



  • 作者:
  • gaoX

StyleChain

CI Status Version License Platform

示例

要运行示例项目,请克隆仓库,并首先从 Example 目录运行 pod install

需求

安装

StyleChain 通过 CocoaPods 提供。要安装它,只需在 Podfile 中添加以下行

pod 'StyleChain'

使用方法

UIButton()
    .style
    .frame(CGRect(x: 0, y: 0, width: 120, height: 30))
    .center(view.center)
    .backgroundColor(UIColor.red)
    .title("Hello World", for: .normal)
    .titleColor(UIColor.white, for: .normal)
    .isEnabled(false)
    .cornerRadius(15)
    .masksToBounds(true)
    .systemFont(of: 15)
    .installed

作者

G-Xi0N, [email protected]

许可证

StyleChain 在MIT许可证下可用。有关更多信息,请参阅LICENSE文件。