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.
searchBarSearchButtonClicked メソッドをどのように実装しますか? searchBarSearchButtonClicked がラベルにクリックされたときに、検索バーの値を渡そうとしています。
-(void)searchBarSearchButtonClicked:(UISearchBar *)searchBar { [searchBar resignFirstResponder]; yourlabel.text = searchBar.text; // DO what ever you want }