iOS7修改NavigationItem上的标题名字大小
时间:2015-06-26 15:01:12
收藏:0
阅读:239
self.navigationController.navigationBar.titleTextAttributes = [NSDictionary dictionaryWithObjectsAndKeys:[UIFont systemFontOfSize:10.0f], NSFontAttributeName, nil];
原文:http://blog.csdn.net/s133315202/article/details/46649547
评论(0)