I have an app whose iPhone storyboard is working fine. My iPad storyboard (which uses a split view controller) just comes up with a black screen.
- Logging tells me that both the master and detail view controllers'
-viewDidLoad:
methods are being called - Logging also tells me that my detail's view's
-drawRect:
is being called
I didn't post code because I think the problem lies in my storyboard setup (iPhone storyboard works fine).
Update: -viewDidAppear:
isn't being called in either of my view controllers, either.