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.
MainViewController でキーボードを閉じるこの方法を使用すると、完全に機能します。
-(IBAction)closeKeyboard { [textfield resignFirstResponder]; }
しかし、MainViewController からプッシュされた別の ViewController で同じものを使用すると、機能しません。キーボードを閉じるためのボタンに接続します。コードを変更するには?
別の興味深い方法を使用できます。
[anyView endEditing:YES];
このように、ビューからのすべてのテキストフィールドresignFirstResponder