Enjoy our free iOS theme and let us know what other features you’d like
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!
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.
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!
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).