This demo project provides customizable Drawer Menu with dynamic Menu that can be used as a reusable component in your application.
- iOS Support
- Demo
- Features
- Getting started
- Usage
- Methods
- Want to Contribute?
- Need Help / Support?
- Collection of Components
- Changelog
- License
- Keywords
Version - iOS 12, iOS 13
We have tested our program in above versions, however you can use it in other versions as well
- Left Side / Right Side drawer menu can be presented.
- Customizable Slider Menu as per requirements.
- Download this sample project and import SideMenu folder files in your Swift-iOS App.
- Update Slider Menu ViewController UI based on your requirements.
Setup process is described below to integrate in project.
Step 1. Create you view controlelr for present side menu UI (MyMenuTableViewController())
Step 2. Add navigation for show one view to other view controller
// Create a table view controller for side menu
let tableViewController = MyMenuTableViewController()
// Create side menu & set position
sideMenu = WLISideMenu(sourceView: view, menuViewController: tableViewController, menuPosition:.left)
// Set a delegate
sideMenu?.delegate = self
// Configure side menu
sideMenu?.menuWidth = 180.0
// Show navigation bar above side menu
view.bringSubviewToFront(navigationBar)
Step 3. set delegte if you want call back otherwise skip it
If you want call back then set in your present sidemenu delegate in ViewController
self.sideMenuController()?.sideMenu?.delegate = self
Step 4. Set delegate for get call back sidemenu current status
func sideMenuWillOpen()
func sideMenuWillClose()
func sideMenuDidClose()
func sideMenuDidOpen()
func sideMenuShouldOpenSideMenu() -> Bool
Step 5. Open / Close side menu just call this function in your projects
toggleSideMenuView()
- Created something awesome, made this code better, added some functionality, or whatever (this is the hardest part).
- Fork it.
- Create new branch to contribute your changes.
- Commit all your changes to your branch.
- Submit a pull request.
We also provide a free, basic support for all users who want to use this SideMenu demo in project. In case you want to customize this SideMenu input to suit your development needs, then feel free to contact our iOS developers.
We have built many other components and free resources for software development in various programming languages. Kindly click here to view our Free Resources for Software Development.
Detailed changes for each release are documented in CHANGELOG.
iOS Drawer Menu, Slider Menu, Swift Slider Menu, Drawer Menu, Side Menu , Weblineindia