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 があります。ナビゲーションバーは綺麗で半透明ですが、検索バーはなぜか単色です。
.searchBarStyleUISearchBarの新しいプロパティを参照してください。私UISearchBarStyleMinimalはあなたが求めているものだと思います。
.searchBarStyle
UISearchBarStyleMinimal