I have a SplitViewController for my iPad application and I want to push a screen on top of it when it launches so I can have a login screen. The problem is that I have not been able to get a screen to hide the main and detail screen.
I can not use addsubview since the rootview is not hidden.