Hi
I have a Universal app, and my iPhone part runs just fine. However when I start my iPad app in the iPad simulator (I do not have the real thing yet...), it simply shows a all black screen.
I have build my app in Interface Builder, and it has a UITabBarController as root view, and on that it has a UINavigationController on two tabs, on the first UINavigationController I have a UITableViewController, and on the second UINavigationController I have nothing yet. The UITableViewController does get loaded, I can see that by debugging, but nothing is shown.
Any ideas please? Im am really stuck here