How to prevent UINavigationBar from covering top of view in iOS 7?
问题 After updating to Xcode 5, the navigation bars in all of my app\'s views have shifted down. Here are some screenshots, the first showing everything in the view as it\'s pulled down, and the second showing all of it untouched. The search bar should begin where the navigation bar. Anyone know how I can fix this? edit: i have tried this previously recommendation: if ([self respondsToSelector:@selector(edgesForExtendedLayout)]) self.edgesForExtendedLayout = UIRectEdgeNone; But it yields very odd