iOS7 nav bar translucent = NO

前端 未结 3 1454
闹比i
闹比i 2021-01-16 03:52

I have a background image, the same image in all views, but the nav bar traslucent is set by default to YES and the background is not homogeneous. I tried various solutions

3条回答
  •  有刺的猬
    2021-01-16 04:04

    try this for ios 7

         [self.navigationController.navigationBar setBarTintColor:[UIColor whiteColor]];
    

提交回复
热议问题