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
- Host: GitHub
- URL: https://github.com/haraldbregu/uinbutton
- Owner: HaraldBregu
- License: mit
- Created: 2015-10-13T19:13:52.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-15T21:49:49.000Z (over 9 years ago)
- Last Synced: 2025-01-14T04:14:14.037Z (3 months ago)
- Language: Objective-C
- Homepage:
- Size: 301 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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
![]()
![]()
## 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