阅读554 返回首页    go 阿里云 go 技术社区[云栖]


IOS中修改导航默认标题颜色、字体

    // 设置导航默认标题的颜色及字体大小
    self.navigationController.navigationBar.titleTextAttributes = @{UITextAttributeTextColor: [UIColor whiteColor],
                                                                    UITextAttributeFont : [UIFont boldSystemFontOfSize:18]};

最后更新:2017-04-03 08:26:19

  上一篇:go XML(3)——schema文件的三种编写方式
  下一篇:go 【端午小练】HDU1596-find the safest road