Is it possible to customize the image of the clear button in a UITextField
? I have a dark textfield background and the "x" is not visible enough.
You can set your own custom clear button to the text field's rightView
property. Make sure set the rightViewMode
property to UITextFieldViewModeWhileEditing
or UITextFieldViewModeAlways
, whatever makes sense for your case.
If the button's position isn't right for your need, you can subclass UITextField
and override the rightViewRectForBounds:
method.
The documentation says the default for the clearButtonMode
property is UITextFieldViewModeNever
, but I suspect Interface Builder may set it to UITextFieldViewModeWhileEditing
- Make sure you set it to the "never" value so it doesn't appear.
All these properties are documented in UITextField Class Reference.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With