Swift-Slide-Menu alternatives and similar libraries
Based on the "Menu" category.
Alternatively, view Swift-Slide-Menu alternatives based on common mentions on social networks and blogs.
-
PageMenu
A paging menu controller built from other view controllers placed inside a scroll view (like Spotify, Windows Phone, Instagram) -
SideMenu
Simple side/slide menu control for iOS, no code necessary! Lots of customization. Add it to your project in 5 minutes or less. -
SlideMenuControllerSwift
iOS Slide Menu View based on Google+, iQON, Feedly, Ameba iOS app. It is written in pure swift. -
CircleMenu
:octocat: ⭕️ CircleMenu is a simple, elegant UI menu with a circular layout and material design animations. Swift UI library made by @Ramotion -
GuillotineMenu
Our Guillotine Menu Transitioning Animation implemented in Swift reminds a bit of a notorious killing machine. -
BTNavigationDropdownMenu
The elegant yet functional dropdown menu, written in Swift, appears underneath the navigation bar to display a list of defined items when a user clicks on the navigation title. -
PagingKit
PagingKit provides customizable menu UI. It has more flexible layout and design than the other libraries. -
CategorySliderView
slider view for choosing categories. add any UIView type as category item view. Fully customisable -
RadialMenu
RadialMenu is a custom control for providing a touch context menu (like iMessage recording in iOS 8) built with Swift & POP -
DTPagerController
A fully customizable container view controller to display a set of ViewControllers in a horizontal scroll view. Written in Swift. -
RHSideButtons
Library provides easy to implement variation of Android (Material Design) Floating Action Button for iOS. You can use it as your app small side menu. 🌶
InfluxDB - Purpose built for real-time analytics at any scale.
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of Swift-Slide-Menu or a related project?
README
Swift-Slide-Menu (Material Design Inspired)
A Slide Menu, written in Swift 2, inspired by Navigation Drawer on Material Design (inspired by Google Material Design) for iOS written in Swift 2.0
Please feel free to make pull requests :)
USAGE
- Add those 5 files on your project : BaseViewController.swift, ChildViewController.swift, MenuTableViewCell.swift, TableViewMenuController.swift and ZFRippleButton.swift. Don't forget to also add "background.jpg" on your asset directory.
- Add your own mini icons for menu on your asset directory
- Create ViewControllers Swift files for your ChildView, subclass with ChildViewController.
- Create on Storyboard (Interface Builder) your ChildViews (Just drag UIViewController)then set "Storyboard ID" AND "CustomClass"
- Subclass your main ViewController with BaseViewController and on Storyboard(Interface Builder), select your main ViewController, then add a Navigation Controller (Editor => Embed In => Navigation Controller).
- Finally, Add on your main ViewController: ```swift //Add the childViews addChildView("HomeScreenID", titleOfChildren: "HOME", iconName: "home") addChildView("ContactScreenID", titleOfChildren: "CONTACT", iconName: "contact")
//Show the first childScreen showFirstChild()
## Version
1.2
## Features
- Multi-Device Full Support
- Rotation Support
- Material Design Effect
## Thanks
This library use a modified version of this awesome project: [ZFRippleButton](https://github.com/zoonooz/ZFRippleButton)
## Author
Philippe BOISNEY (phil.boisney(@)gmail.com)
*Note that all licence references and agreements mentioned in the Swift-Slide-Menu README section above
are relevant to that project's source code only.