NSDictionary *attributes = @{NSForegroundColorAttributeName : kPCColor_333333,
NSFontAttributeName: [UIFont systemFontOfSize:17]};
[[UINavigationBar appearance] setTitleTextAttributes:attributes];
NSDictionary *attributes = @{NSForegroundColorAttributeName : kPCColor_333333,
NSFontAttributeName: [UIFont systemFontOfSize:17]};
[[UINavigationBar appearance] setTitleTextAttributes:attributes];
本文标题:ios设置导航栏title样式
本文链接:https://www.haomeiwen.com/subject/kqqwyxtx.html
网友评论