Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 iOS 7 上,将 UISearchBar 设置为半透明并不会使搜索栏变为半透明。有什么我不明白的吗?我将它添加到作为 UINavigationController 一部分的 UIViewController。有一个与顶部布局指南对齐的 UITableView。导航栏很好并且具有半透明性,但搜索栏出于某种原因是纯色的。
请参阅 UISearchBar 上的新.searchBarStyle属性。我怀疑UISearchBarStyleMinimal是你所追求的。
.searchBarStyle
UISearchBarStyleMinimal