gpt4 book ai didi

ios - UISearchBar 和/或 UISearchDisplayController 颜色

转载 作者:可可西里 更新时间:2023-11-01 03:36:43 25 4
gpt4 key购买 nike

更新:感谢您的所有回答。我想补充一点,使用的搜索栏实际上是作为 UISearchDisplayController 的一部分嵌入的 UISearchBar,它被设置为 UITableView 的 header .

我在这里创建了一个展示此行为的示例项目:https://dl.dropboxusercontent.com/u/3497087/TestSearchDisplayController.zip .我尝试将 barTintColor 设置为蓝色和黑色。最明显的是,当设置为黑色时,我会得到一个灰色条。

感谢所有的回答和想法,谢谢。


我正在为我目前正在开发的应用程序设计皮肤,但我似乎遇到了 UISearchBar 和/或 UISearchDisplayController 栏颜色的障碍。

我的第一个问题围绕着为作为 tableview header 附加的 UISearchBar 设置 barTintColor。我在 Interface Builder 中将其设置为 blackColor。但是,当应用程序运行时,颜色似乎不是黑色,而是某种灰色,上面有一条难看的白线!我试过通过代码设置这个,但这似乎也无济于事。请参阅下面的屏幕截图。

UISearchBar barTintColor set to black in IB

UISearchBar barTintColor when running on simulator

我的第二个问题围绕着 UISearchDisplayController。当搜索显示 Controller 占据屏幕顶部时,我想要黑色。我试过设置颜色代码,但唯一无法使用的颜色还是黑色!

最佳答案

 [[UISearchBar appearance] setBackgroundImage:[UIImage imageNamed:@"black"]];

enter image description here

检查你的 sample project

enter image description here

关于ios - UISearchBar 和/或 UISearchDisplayController 颜色,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21177686/

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