IOS 的UINavigatonBar控件的titleTextAttributes的字典类型的属性
更新:HHH   时间:2023-1-7


[NSDictionary dictionaryWithObject:[UIColor yellowColor] forKey:UITextAttributeTextColor];

可以通过字典的知传入属性,设置title的样式;

key 分别有 UITextAttributeTextColor

                   UITextAttributeFont

                   UITextAttributeTextShadowOffset

                   UITextAttributeTextShadowColor

返回移动开发教程...