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
I don't think it's possible.
Instead you can have one initial controller which will have segues to different view controllers. On startup, you can decide which segue to perform programmatically.