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
The proper answer is:
CGRect r = [[_navController view] frame]; r.origin = CGPointMake(0.0f, -20.0f); [[_navController view] setFrame:r];