首页 > 系统 > iOS > 正文

ios导航栏字体颜色及背景色设置rgb

2019-11-06 09:44:33
字体:
来源:转载
供稿:网友
 
 //设置导航栏字体大小颜色    [self.navigationController.navigationBar setTitleTextAttributes:[NSDictionary dictionaryWithObjectsAndKeys:[UIColor colorWithRed:44.0f/255.0f green:141.0f/255.0f blue:228.0f/255.0f alpha:1.0], NSForegroundColorAttributeName, [UIFont systemFontOfSize:18*kViewWidth/320], NSFontAttributeName, nil]];        //设置导航栏背景色    self.navigationController.navigationBar.barTintColor = [UIColor colorWithRed:230.0f/255.0f green:230.0f/255.0f blue:230.0f/255.0f alpha:1.0];       
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表