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

前端 未结 12 1752
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-11-30 19:04

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

12条回答
  •  無奈伤痛
    2020-11-30 19:15

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

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

提交回复
热议问题