Make UIViewController outside Navigation Controller
Posted
by
user1447316
on Stack Overflow
See other posts from Stack Overflow
or by user1447316
Published on 2013-11-06T09:35:29Z
Indexed on
2013/11/06
9:53 UTC
Read the original article
Hit count: 122
i have a question for you. I'm working on this app that has a walkthrough/tutorial screens and also login ones. On each of this screens there is a button to skip this part and go directly to use the app, without completing the registration (you know, so that people can test it before signing-in).
As you can see i'm using Storyboards. The NowPlaying04 ViewController is actually the app itself. Obviously, when the user will be a registered one, i should also be able to jump right back to that screen, skipping the walkthrough and signin process.
The first question is: how is the best way to structure this?
The second quesion is: how i can make a ViewController outside that Navigation controller. Cause as you can see now, the NowPlaying04 ViewController inherits the top navigation bar. Which is a thing that i don't want. I don't need that.
I hope that you have understood my question. I'll appreciate any help. Programmatically or by dragging stuff around, i'm ok with all the solutions. The important thing is that it works correctly! :-)
© Stack Overflow or respective owner