Simple pure designable iOS form components
- Simply use.
- @IBDesignable class.
- Less code.
- Design your own companent from storyboard.
tButton.setButtonStyle(type: .A)
tButton.setIndicator(style: .gray, position: .left, scale: nil)
tButton.setGradient("#B65757", "#eeeeee", .left)
Usage is provided under the MIT License. See LICENSE for the full details.