When I am navigating back & forth between parent and child controllers in a master - detail navigation controller, i see a dark shadow on the right side of navigation ba
self.navigationController.view.backgroundColor = [UIColor whiteColor];
I solved this problem by setting the background color of the navigation controller's view.