I\'ve hit a weird problem with UITabBarController on iOS7 and can\'t seem to find a workaround, so any help would be welcome!
UITabBarController
Scenario:
End up finding a workaround here:
self.view.autoresizesSubviews = YES; self.view.autoresizingMask = UIViewAutoresizingFlexibleWidth | UIViewAutoresizingFlexibleHeight;