I'm a quite new in Swift programming and I usually do as much view design as possible with storyboard. I want to make an application using the CosmicMind/Material framework which will have side menu and selecting any menu point will open a new View embedded in NavigationController.
The Storyboard examples only include very simple cases both for SideNavigationController and NavigationController. So based on this, App example in Programmatic folder and answers in Stackoverflow I create an example with 3 menu points and 3 views. It can be found under GitHub repository tag stackoverflow.
I think that side menu and pushing the views within NavigationController works well. Question is, if it is the best practice of how to use Material framework. But the problem is that it do not show the Menu icon and Title in NavigationItem for the Main Screen.
Can you help me what is wrong in my code?
Or maybe it will be good to have similar more complex example within Storyboard examples for SideMenu.
Thank you very much.