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.
誰かがiPadキーボードの元に戻すボタンを押したときのイベントを処理する必要があります。チェックしましたが、デリゲートメソッドは呼び出されません。誰かが同じ問題を抱えていましたか?
私も同じ問題を抱えていました。テキストフィールドにアクションを追加します。
[textField addTarget:self action:@selector(textFieldValueChanged:) forControlEvents:UIControlEventEditingChanged];
これで、このイベントをで処理できますtextFieldValueChanged:(UITextField *)aTextField
textFieldValueChanged:(UITextField *)aTextField