美文网首页
iOS 相机灰色导航条

iOS 相机灰色导航条

作者: SSSDDDDKKK | 来源:发表于2019-06-26 15:57 被阅读0次

在该页面添加

-(void)navigationController:(UINavigationController*)navigationController didShowViewController:(UIViewController*)viewController animated:(BOOL)animated{

    UINavigationBar*navigationBar = navigationController.navigationBar;

    [navigationBarsetBackgroundImage:[UIImage new] forBarMetrics:UIBarMetricsDefault];

    navigationBar.tintColor= [UIColorwhiteColor];

    [[UINavigationBar appearance] setTitleTextAttributes:@{NSForegroundColorAttributeName:[UIColor whiteColor]}];

}

相关文章

网友评论

      本文标题:iOS 相机灰色导航条

      本文链接:https://www.haomeiwen.com/subject/rbwccctx.html