レスポンダーチェーンを管理する
resignFirstResponderでは、当該オブジェクトをFirstResponder(ユーザ使用中)から解除することで、キーボードを非表示にできます。
resignFirstResponderでは、当該オブジェクトをFirstResponder(ユーザ使用中)から解除することで、キーボードを非表示にできます。
- – nextResponder
- – isFirstResponder
- – canBecomeFirstResponder
- – becomeFirstResponder
- – canResignFirstResponder
- – resignFirstResponder
入力ビューを管理する
- inputView property
- inputAccessoryView property
- – reloadInputViews
タッチイベントに応答する
- – touchesBegan:withEvent:
- – touchesMoved:withEvent:
- – touchesEnded:withEvent:
- – touchesCancelled:withEvent:
モーションイベントに応答する
- – motionBegan:withEvent:
- – motionEnded:withEvent:
- – motionCancelled:withEvent:
アンドゥを取得する
- undoManager property
コマンドを有効にする
- – canPerformAction:withSender:
0 件のコメント:
コメントを投稿