NKButton
A fully customizable UIButton
Example
To run the example project, clone the repo, and run pod install from the Example directory first.
Installation
NKButton is available through CocoaPods. To install
it, simply add the following line to your Podfile:
Usage
Creation and basic customization:
Add border:
Add shadow:
Add gradient color:
Set loading state:
Flashing:
NKButton uses NVActivityIndicatorView for loading indicator, so it currently has 32 animation types
NKButton uses FrameLayoutKit for content layout so you can customize the layout easily
Extension
NKSparkleButton subclasses NKButton to have sparkle effect on tap
Author
Nam Kennic, namkennic@me.com