IOS UINavigationController 操作相关集合

1.修改中间Title字体以及大小   

[self.navigationController.navigationBar setTitleTextAttributes:[NSDictionary dictionaryWithObjectsAndKeys:

                                                                    [UIFont systemFontOfSize:40], NSFontAttributeName,

                                                                     nil]];

原文地址:https://www.cnblogs.com/rollrock/p/4590639.html