• 博客园logo
  • 会员
  • 周边
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录

Angel----部落阁
Xcode10
博客园    首页    新随笔    联系   管理    订阅  订阅
iOS设置导航栏背景及字体颜色--Nav

`/**< 返回item颜色 */``

``[self.navigationController.navigationBarsetTintColor:[UIColorwhiteColor]];``

``/**< 导航栏背景 */``

``[self.navigationController.navigationBarsetBackgroundImage:[UIImageimageNamed:@"navigationImage.png"]forBarMetrics:UIBarMetricsDefault];``

``/**< 导航栏透明度 */``

``[self.navigationController.navigationBar.barStyle=UIBarStyleBlackTranslucent;[self.navigationController.navigationBarsetBackgroundImage:[UIImageimageNamed:@"o+x"] forBarMetrics:UIBarMetricsCompact];``

``/** < 不加会有横线*/``

``[self.navigationController.navigationBarsetValue:@(0)forKeyPath:@"backgroundView.alpha"]; self.navigationController.navigationBar.barStyle=UIBarStyleBlackTranslucent;``

``/**< 修改字体颜色及字体大小 */``

``[self.navigationController.navigationBar.titleTextAttributes=@{NSForegroundColorAttributeName:[UIColorwhiteColor],NSFontAttributeName:[UIFontboldSystemFontOfSize:17]};``

``// 设置导航栏透明``

``- (void)viewWillAppear:(BOOL)animated``

``{``

``    [super viewWillAppear:animated];``

``    [self.navigationController.navigationBar setBackgroundImage:[UIImage new] forBarMetrics:UIBarMetricsDefault];``

``    [self.navigationController.navigationBar setShadowImage:[UIImage new]];``

``}``

``- (void)viewWillDisappear:(BOOL)animated``

``{``

``    [super viewWillDisappear:animated];``

``    [self.navigationController.navigationBar setBackgroundImage:nil forBarMetrics:UIBarMetricsDefault];``

``    [self.navigationController.navigationBar setShadowImage:nil];``

``}``



 
posted on 2016-10-24 14:24  angelfeather  阅读(5451)  评论(0)    收藏  举报
刷新页面返回顶部
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3