Dark shadow on navigation bar during segue transition after upgrading to Xcode 5.1 and iOS 7.1

self.navigationController.view.backgroundColor = [UIColor whiteColor];

I solved this problem by setting the background color of the navigation controller’s view.

Leave a Comment