ios修改导航栏标题字体颜色

self.navigationController.navigationBar.titleTextAttributes=
@{NSForegroundColorAttributeName:[UIColor blackColor],
NSFontAttributeName:[UIFont systemFontOfSize:16]};

xcode 编译宏等介绍

你可能感兴趣的:(ios)