Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 1.53 KB

README.md

File metadata and controls

47 lines (32 loc) · 1.53 KB

PureUI

Simple pure designable iOS form components

alt tag

Xcode 8.3+ iOS 9.0+ Swift 3.0+ License @uikenan contact

Advantages

  • Simply use.
  • @IBDesignable class.
  • Less code.
  • Design your own companent from storyboard.

PUIButton

alt tag

Set Styles and more
    tButton.setButtonStyle(type: .A)
    tButton.setIndicator(style: .gray, position: .left, scale: nil)
    tButton.setGradient("#B65757", "#eeeeee", .left)

PUIText

alt tag

PUILabel

alt tag

License

Usage is provided under the MIT License. See LICENSE for the full details.