Navigation bar in iOS 6 look like bar in iOS 7
问题 Is there any way to make navigation bar elements (back button) in iOS 6 look like navigation bar elements in iOS 7 ? And also buttons and other iOS 7 elements of UI. 回答1: Instead of putting code into every view controller that you need to customize, I would recommend doing this for the entire application by putting something like this in your application:didFinishLaunchingWithOptions: method in the App Delegate // Nav bar [[UINavigationBar appearance] setBackgroundImage:[[UIImage imageNamed:@