Asif Alamgir
Asif Alamgir

Reputation: 1462

iOS: Go back to entry point view controller which is not part of navigation controller

I have a login view controller which is outside my navigation controller. When a user logs out, I want them to be back to the login view controller. I am using SWRevealViewController and Storyboards.

User Flow:

-> Login View Controller -> SWRevealViewController-> UINavigationController

Upvotes: 0

Views: 351

Answers (1)

rounak
rounak

Reputation: 9387

Just set window.rootViewController to the login view controller.

Upvotes: 1

Related Questions