Our customers have started requesting this over TabBar, which is getting less popular.
When implementing one as a typical hamburger icon style menu sliding in partially from the side as in the app Mall of Scandinavia, I noticed that some views simply can’t have it sliding in in a good way. You have to shove native controls offscreen or remove them without a nice transition.
I’ve implemented it as a scrollView, partially following the example by Rob Miracle. Overlays won’t work. WebView with a local HTML file seems hacky, and I don’t think local HTML+Javascript is allowed in the bundle?
So the problem I have now is that I want a menu to slide in over a MapView. And it doesn’t seem possible. Is this something the team could consider as a feature request?
I.e. the menu is used for navigating the app with gotoScene, and that then means that it must be on top of everything any scene can create, including native controls.