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.
私のアプリケーションでは、下部のツールバーに1つのボタンがあり、それをクリックすると、検索バーがツールバーの上部に表示されます。
それを実装する方法は?
その解決策を教えてください。
viewDidLoad で searchBar を作成し、searchBar.hidden=YES;次にボタン アクション set で設定しますsearchbar.hidden=NO;。特定のボタンがクリックされたときに検索バーを表示できるように....
searchBar.hidden=YES;
searchbar.hidden=NO;