Cur*_*and 12 objective-c navigationbar ios mfmailcomposeviewcontroller
目前,我还没有找到一种方法来为iOS 12.0做到这一点.我试过像这样设置条形色调.
[mailController.navigationBar setTintColor:[UIColor whiteColor]];
Run Code Online (Sandbox Code Playgroud)
然后,我尝试使用以下代码设置标题文本属性
[mailController.navigationController.navigationBar setTitleTextAttributes:
@{NSForegroundColorAttributeName:[UIColor WhiteColor]};
Run Code Online (Sandbox Code Playgroud)
我尝试过在StackOverflow上找到的更多选项,但都没有.我希望有人找到一种可靠的方法来更改导航栏标题文本颜色.无论我做什么,它都会保持黑色.条形按钮的颜色更改正确,但不是导航栏标题.
您可以尝试其中之一来设置导航栏颜色吗?例如:如果导航栏是黑色,则文本设置为白色。
[[UINavigationBar appearance] setBarStyle: UIBarStyleBlack]
或者
[[UINavigationBar appearance] setBarTintColor:[UIColor whiteColor]
| 归档时间: |
|
| 查看次数: |
1068 次 |
| 最近记录: |