An open API service indexing awesome lists of open source software.

https://github.com/haraldbregu/uinbutton

An alternative UIButton highly customizable
https://github.com/haraldbregu/uinbutton

Last synced: about 2 months ago
JSON representation

An alternative UIButton highly customizable

Awesome Lists containing this project

README

        

## UINButton

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


UINButton
UINButton

## How To Get Started
- 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