Reputation: 189
Im trying to update my app to have the iOS 7 UI. When i run it the way it is now, it runs nicely on iOS 6, but in iOS 7 it just push the navigation bar and everything else up, but when i edit my xib file to fix the problem, but then it doesnt run for iOS 7.
Any tips to make apps in Xcode 5 compatible with iOS 6?
Upvotes: 2
Views: 226
Reputation: 14304
All you need can be found in this guide:
You need to set extendedLayoutIncludesOpaqueBars
to YES
Upvotes: 3