I have a LoginViewController with a LoginView. After pressing a login-button and a successful check of the login data i want show a navigationController.
I dont want to have the Navigation Controller Headline in the LoginView.
Can you give me some tips?
Yes use:
Alternatively you can show your LoginViewController, and add the Navigation Controller to the view only after the login-button has been pressed.