0

In my previous question, i asked about including a log in page with my SWRevealController slide out menu before moving onto a home page. The solution was the following set up:

enter image description here

However, i need a navigation bar in order to house the button to open the menu (the navigation bar wont cover the status bar). When i insert a NavigationController in the following way, the menu no longer works

enter image description here

Why does this happen?

Community
  • 1
  • 1
rohaldb
  • 589
  • 7
  • 24

1 Answers1

1

Put your Navigation Controller before Login/Signup Controller, then in viewWillAppear of Login/Signup Controller, hide the navigation bar

Doan Cuong
  • 2,594
  • 4
  • 22
  • 39