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を必須にするにはどうすればよいですか? つまり、エントリが空の場合は、必要なフィールドに再び焦点を合わせます。
フィールドのデリゲートを設定し、そのフィールドに実装-textFieldShouldEndEditing:します。
-textFieldShouldEndEditing:
[textfieldname.length] > 0 で textfield の長さを確認します。そうでない場合は移動します。textfield はファーストレスポンダーになりました。