JTHamburgerButton
An animated hamburger button for iOS.
Installation
With CocoaPods, add this line to your Podfile.
pod 'JTHamburgerButton', '~> 1.0'
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
An animated hamburger button for iOS.
With CocoaPods, add this line to your Podfile.
pod 'JTHamburgerButton', '~> 1.0'
The method setCurrentModeWithAnimation animates the transition from one mode to another. There is also setCurrentMode which changes the view without transition.
There are three modes:
lineHeightlineWidthlineSpacinglineColoranimationDurationAfter the change of one of this properties you have to call updateAppearance to update the view.
JTHamburgerButton is released under the MIT license. See the LICENSE file for more info.
An animated hamburger button for iOS.