0
点赞
收藏
分享

微信扫一扫

OC自定义导航栏背景色和字体颜色

兽怪海北 2022-07-14 阅读 97

//导航栏
[self.navigationController.navigationBar setBarTintColor:UIColorFromRGB(0xff542E)];
[self.navigationController.navigationBar setTitleTextAttributes:[NSDictionary dictionaryWithObjectsAndKeys:[UIColor whiteColor],UITextAttributeTextColor,nil]];

举报

相关推荐

0 条评论