ExpandingMenu
ExpandingMenu is menu button for iOS written in Swift.
Requirements
- iOS 8.0+
- Xcode 8.0+
Installation
CocoaPods
You can install CocoaPods with the following command:
To integrate ExpandingMenu into your Xcode project using CocoaPods, specify it in your Podfile
:
Then, run the following command:
Carthage
You can install Carthage with Homebrew using the following command:
To integrate ExpandingMenu into your Xcode project using Carthage, specify it in your Cartfile
:
Run carthage update
to build the framework and drag the built ExpandingMenu.framework
into your Xcode project.
Manually
- Download and drop
/ExpandingMenu
folder in your project. - Congratulations!