UINButton is an alternative of UIButton designed by Apple. You can simply use the storyboard to change the color, fontname, size, border. The UINButton have 3 states:
- Normal
- Highlighted
- Disabled
- Drag and drop the folder UINButton to the project
- Add a UIView to the storyboard and assign the class UINButton.h
- Set the colors that you like for Normal, Highlighted, Disabled state
- Test