I've started to code my first app and got first challenge. I need menu logic as on the picture below:
So, what is correct way to realize it?
- Main menu should be separate View Controller with Segue to Navigation Controller?
or
- Navigation controller is initial controller for the app and main menu is a root view for navigation controller? I've tried to do like this but I don't have an idea how to hide top bar from main menu (I don't need it on main menu view)?
Thanks for help.