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.
私は自分の数字のキーボードをやっています。iPhoneのようにテキストフィールドにクリアボタンを追加したい。どうやってやるの ?
この写真のようなクリアボタンが欲しい:
コードでフィールドを作成している場合は、次を使用できます。
[textField setClearButtonMode:UITextFieldViewModeWhileEditing];
オプションは
UITextFieldViewModeWhileEditing
UITextFieldViewModeUnlessEditing
UITextFieldViewModeAlways
UITextFieldViewModeNever
または、インターフェイス ビルダーを使用している場合: