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.
検索バー付きのテーブルビューがあります。検索バーをオンまたはオフにするオプションをユーザーに提供したいと思います。検索バーがオフになっている場合、その領域には UIToolBar が表示されます。これは可能ですか?
タグを searchBar に割り当てます
-(IBAction) searchbarOFF: (id) sender { [[urTableView viewWithTag:100] removeFromSuperview]; //Add UIToolBar to your TableView here. }