I have an app with several views for a user to create an account. All these view are embedded within a UINavigationController
. Once a user creates an account, they will be directed to the app's home screen. At this point, I no longer want the original UINavigationController
to influence the rest off the application and instead have the actual working of the app embedded in a new UIViewController
.
Any help is appreciated, thanks.