gpt4 book ai didi

ios - 当 "Button Shapes"辅助功能打开时,UIBarButton 标题文本未显示在模态视图 Controller 上

转载 作者:行者123 更新时间:2023-12-01 16:34:39 25 4
gpt4 key购买 nike

当我尝试以模态方式呈现 View Controller 时,导航栏标题两侧的栏按钮未显示。仅当在 iPhone 设置菜单下打开“按钮形状”辅助功能时才会发生这种情况。它只是显示一个简单的空白区域。但是当我尝试点击按钮时,我可以看到按钮的存在以及围绕它绘制的按钮形状。

可以帮助并指出我正确的方向吗?

谢谢

最佳答案

检查您如何设置tintColor , barTintColor , 和 barStyleUINavigationBar的出现。对于深色背景和浅色前景,它的工作原理是这样的。

[[UINavigationBar appearance] setTintColor:[UIColor whiteColor]];
[[UINavigationBar appearance] setBarTintColor:[UIColor blackColor]];
[[UINavigationBar appearance] setBarStyle:UIBarStyleBlack];

建议看 UIBarButtonItem的外观,例如 titleTextAttributes .

另见 this answer .

关于ios - 当 "Button Shapes"辅助功能打开时,UIBarButton 标题文本未显示在模态视图 Controller 上,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29358250/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com