iOS修改UINavigationController titl
2016-03-07 本文已影响2347人
JasonEVA
UIColor* color = [UIColorwhiteColor];
NSDictionary* dict=[NSDictionarydictionaryWithObject:colorforKey:NSForegroundColorAttributeName];
self.navigationBar.titleTextAttributes= dict;
UIColor* color = [UIColorwhiteColor];
NSDictionary* dict=[NSDictionarydictionaryWithObject:colorforKey:NSForegroundColorAttributeName];
self.navigationBar.titleTextAttributes= dict;