设置导航按钮的文字大小及颜色
Posted YouNeedCourage
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了设置导航按钮的文字大小及颜色相关的知识,希望对你有一定的参考价值。
UIBarButtonItem *rightItem = [[UIBarButtonItem alloc] initWithTitle:@"完成" style:UIBarButtonItemStylePlain target:self action:@selector(nextAction)]; self.navigationItem.rightBarButtonItem = rightItem; [rightItem setTitleTextAttributes:@{NSFontAttributeName:[UIFont systemFontOfSize:14]} forState:UIControlStateNormal];
以上是关于设置导航按钮的文字大小及颜色的主要内容,如果未能解决你的问题,请参考以下文章
按下“更多”按钮时,如何在标签栏控制器内设置导航栏颜色和单元格大小?