I have two storyboards:
- Login / register purposes (without navigation view controller)
- Main storyboard (with navigation view controller)
When I hit Logout button (navigation bar item) on Main storyboard I am redirected to Login storyboard, but still see the navigation bar. How can I do this segue an also leave navigation view controller, so that navigation bar will not be visible ?