I already make the app for ios 6 using xib. All the views are shown perfectly same as xib. But in IOS 7, due to the status Bar the views are moves to up & there is a bla
If you have a custom UINavigationController try setting the translucent property of the navigationBar to NO like:
UINavigationController
translucent
navigationBar
NO
navigationBar.translucent = NO;
This worked for me