iOS 7 : Disable UINavigationBar Translucency For Entire App

后端 未结 9 1845
Happy的楠姐
Happy的楠姐 2020-12-14 14:12

Is there a way to disable UINavigationBar Translucency for an entire application?

I\'m aware that using [self.navigationController.navigationBar setTranslucent

9条回答
  •  Happy的楠姐
    2020-12-14 14:24

    if you set the translucence of the first navigation bar in the stack to false [self.navigationController.navigationBar setTranslucent:NO], it will reflect in all the following NavigationViewController that are pushed to that stack.

提交回复
热议问题