I\'m working on a universal app, and I\'m trying to share as much code as possible between the iPhone and iPad versions. I need to use a TabBarController as my root view contro
had a similar problem with the unwanted gap between the status bar and the view directly below it, solved it by going to autosizing in interface builder and setting the view in question to stick to the top of its parent view.