This is a fully customizable side menu controller written in Swift.
- Smooth Transition between pages.
- Customizable menue button image.
- Customizable menue side bar top view.
- Customizable icons for side menu items.
- Lightweight Library.
- Customizable side menu tableview.
- iOS 8.0+
- Xcode 8.0+
- Swift 3.0, 3.1, 3.2, and 4.0
- If you found a bug, open an issue.
- If you have a feature request, open an issue.
- If you want to contribute, submit a pull request.
To integrate SwiftySideMenu into your Xcode project using CocoaPods, specify it in your Podfile
:
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '10.0'
use_frameworks!
target '<Your Target Name>' do
pod 'SwiftySideMenu', :git => 'https://github.com/mudithsilva/SwiftySideMenu.git'
end
Then, run the following command:
$ pod install