IOS 的UINavigatonBar控件的titleTextAttributes的字典类型的属性
[NSDictionary dictionaryWithObject:[UIColor yellowColor] forKey:UITextAttributeTextColor];
可以通过字典的知传入属性,设置title的样式;
key 分别有 UITextAttributeTextColor
UITextAttributeFont
UITextAttributeTextShadowOffset
UITextAttributeTextShadowColor