修改UITextField右侧clearButton的图片

Posted envyhappy

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了修改UITextField右侧clearButton的图片相关的知识,希望对你有一定的参考价值。

  // 获取密码field的X按钮
    UIButton *passwordBtn = [_passwordField valueForKey:@"_clearButton"];
    // 修改按钮图片
    [passwordBtn setImage:[UIImage imageNamed:@"login_checkbox_checked"]forState:UIControlStateNormal];

以上是关于修改UITextField右侧clearButton的图片的主要内容,如果未能解决你的问题,请参考以下文章

无法更改 UITextField 的宽度

将只读标题放入 UITextField

如果添加了新的 UITextField,如何向下移动许多 UITextField

布局 UITextField 无论清除按钮 X

修改UITextfield的Placeholder字体的颜色

将“清除”按钮添加到 iPhone UITextField