How do I programmatically set the InitialViewController for a Storyboard? I want to open my storyboard to a different view depending on some condition which may
Found simple solution - no need to remove "initial view controller check" from storyboard and editing project Info tab and use makeKeyAndVisible, just place