///UIBarMetricsCompact 整个充满导航栏
    UIImage *backGroundImage = [UIImage imageNamed:@"vip_nav_bg"];
    backGroundImage = [backGroundImage resizableImageWithCapInsets:UIEdgeInsetsZero resizingMode:UIImageResizingModeStretch];
    [self.navigationController.navigationBar setBackgroundImage:backGroundImage forBarMetrics:UIBarMetricsDefault];
    ///不加下面, 会出现导航栏偏移
    [self.navigationController.navigationBar setTranslucent: YES];

 

posted on 2020-10-14 19:22  懂事长qingzZ  阅读(177)  评论(0编辑  收藏  举报