简体   繁体   English

如何使UISearchBar半透明?

[英]How do you make the UISearchBar translucent?

On iOS 7, setting the UISearchBar to be translucent isn't making the search bar translucent. 在iOS 7上,将UISearchBar设置为半透明不会使搜索栏变为半透明。 Is there anything I'm not understanding it? 有什么我不理解的吗? I'm adding it to a UIViewController that is part of a UINavigationController. 我将其添加到UINavigationController的一部分UIViewController中。 There's a UITableView aligning to the Top Layout Guide. 有一个UITableView与顶部布局指南对齐。 The navigation bar is fine and has translucency, but the search bar is a solid color for some reason. 导航栏很好并且具有半透明性,但是出于某些原因,搜索栏是纯色。

See the new .searchBarStyle property on UISearchBar. 请参阅UISearchBar上新的.searchBarStyle属性。 I suspect UISearchBarStyleMinimal is what you're after. 我怀疑UISearchBarStyleMinimal是您追求的。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 为什么黑色半透明UIToolbar的顶部与黑色半透明UISearchBar的顶部不同,如何使它们看起来相同? - Why is the top of a black translucent UIToolbar different from a black translucent UISearchBar, and how can I make them look the same? 如何使用 UIPageViewController 半透明的点制作底部栏? - How do I make the bottom bar with dots of a UIPageViewController translucent? 如何通过代码将UISearchBar设置为黑色半透明? - How Can I Set UISearchBar to Black Translucent Via Code? 如何在UITableview标题内的UISearchBar中添加按钮? - How do you add a button to a UISearchBar within UITableview's header? 你如何用动画隐藏/显示 UISearchBar 的范围栏? - How do you hide/show UISearchBar's scope bar with animation? 如何在iOS5的UISearchBar中更改字体? - How do you change font in UISearchBar for iOS5? 如何在其中添加UISearchBar? - How do I add UISearchBar to this? 如何为 iPhone 做一个自定义 UISearchBar - How to do a custom UISearchBar for iPhone 您如何在情节提要中获取UISearchbar的结果,并在其他角度使用这些结果? - How do you take the results of the UISearchbar in Storyboard and use those results in another viewpoint? 如何在iPhone应用程序的TableView中使UISearchBar静态 - how to make UISearchBar static in TableView in Iphone Application
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM