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.
重複の可能性: UITextField キーボードを無効にしますか?
複数のTextFieldがある場合、いくつかのTextFieldの1つでフローティングキーボードを防ぐ方法は?
テキスト フィールドのデリゲートを設定しselfて実装する
self
- (BOOL)textFieldShouldBeginEditing:(UITextField *)textField { return NO; }