Correctly present conditional login screen at app startup with storyboards and split view controllers?
This seems like it should be simple, but it is proving to have a lot of challenging nuances - and I haven't found an answer elsewhere on Stack Overflow that answers this fully, clearly, and simply. In a nutshell - I have an iPad application that uses storyboards to layout the application flow, and a split view controller as the primary root view controller. This application checks at startup if there are login credentials stored, and if they are it jumps straight to the UI, and if not it presents a full-screen login page. The challenge though - where should this conditional check be made, and