We have an iPod
app built with base SDK
as 5.1.
App has a tabBarController
with three tabs and each tab has a UIViewController
to load a different view.
The app works fine for iOS 6.1
and iOS 7
(3.5 inch display) simulator and device but when we run the app on
iOS 7
(4 inch display simulator) or device we are getting black bars at the top and bottom of the view screen in all three tabs.
If anyone can suggest reason for this or some feasible solution to this problem, it would be really helpful for us.
Thanks