I have an app with TabBarController
as its entry point with 2 tabs in it.
Requirements have changed and I need to add a login screen before showing this TabBarController
.
How can I change the storyboard entry point ? Is it possible to do it programmatically ?