M
M
Maxim Sugak2016-04-27 17:34:57
iOS
Maxim Sugak, 2016-04-27 17:34:57

How to properly implement menu with Navigation Controller?

Good afternoon.
I started to saw the first application and immediately ran into a problem.
It is required to implement the logic, as in the picture.
But I can’t figure out how to do it right:
1. The main menu should be a separate View Controller, which makes Segue in the Navigation Controller and then to the rest of the View.
or
2. Navigation Controller is the main one and is the Initial for the application and the main menu is the Root View for it? I tried to implement this option, but I can’t catch up on how to remove the top bar on the main menu, I don’t need it there)
Please tell me. Thank you very much.
667941abaf124e9b892c22e29fade4ae.tiff

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
ManWithBear, 2016-04-27
@ManWithBear

self.navigationController.setNavigationBarHidden(true, animated: false)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question