Mega Bundle Sale is ON! Get ALL of our React Native codebases at 95% OFF discount 🔥

Slide Menu Navigation in Swift 5

Free iOS App Template, written in Swift

  • Full Source Code and Documentation
  • Free Updates
  • Optimized for both iOS and Android
  • Money Back Guaranteed
Mega Bundle Sale is ON! Get ALL of our React Native codebases at 95% OFF discount 🔥

Hamburger Menu Navigation for Your iOS Apps

Enjoy our free iOS theme and let us know what other features you’d like

Launch Instantly

Save years of hard work and energy by starting with a high-quality implementation.

Save Money

Save hundreds of thousands of dollars in design, development and management costs.

Scale to Millions

Scale to millions of users from day 1 with code written by former FAANG developers.

The best codebase to start your next mobile project.

What Our Clients Are Saying

Speed & Costs

Instamobile's codebase proved to be incredible. We built our solution in just a matter of days. This was a project estimated to 15 months by several development teams we discussed with. It's insane how much money and time it saved us!

David Falkman

CODE QUALITY

I'm really impressed by how well organized the code is. It's relatively easy to add new components and stuff. I'm a newcomer with React Native and it was easy to understand the code. The integration with Firebase is amazing, the app works really fast.

José Ruiz

APP PERFORMANCE

Overall, it's remarkable. The code is amazingly clean and well-written -- super elegant. I learned about a lot of performance optimizations that I was not familiar with, such as video compression, memoization, and disk caching. The app is crazy fast!

Nicholas Besyk

More Details About Slide Menu Navigation in Swift 5

We’re open-sourcing our own implementation of a slide menu navigation for iOS, written in Swift 5. The implementation is very clean and extensible. We’re also providing a hamburger menu icon, which is tappable and slides the Swift drawer menu out.

Check out the 3 view controllers to understand how this works: DrawerController, MenuViewController and RootViewController.

We’re leaving as an exercise for the readers to extend the MenuViewController to a collection view controller so that it’s easy to add multiple items.

In order to navigate to a view controller, just call the following method on the DrawerController

func navigateTo(viewController: UIViewController)

We are using this Swift code implementation in all of our templates. For instance, check out our Restaurant App Template to see how powerful this relatively small piece of code can be.

Enjoy our free iOS theme and let us know what other features you’d like (either by contacting us or through Github).