With IB storyboards there is always a default view controller selected, which is the controller that will be presented when the app starts.
Is there any way to override this in code? For example, my app delegate logic might need to send the user elsewhere. Is this a possibility?
I put all of the following on the default controller.
And then where the logic happens I’ll call the following as needed.