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.
検索バーがあり、検索バーをクリックするとキーボードがポップアップします。検索キーボードの検索ボタンを押すと、キーボードが非表示になります。これを行う方法 ?
基本的には、resignFirstResponder メソッドを呼び出すだけです。
-(IBAction)ButtonClick { [txtview resignFirstResponder]; }
StackOverFlow に関するこの質問に対する回答はいくつかあります。検索するだけです。