自定义 textField 的清除 button

Posted 小敏的博客

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了自定义 textField 的清除 button相关的知识,希望对你有一定的参考价值。

1 UIButton *clearButton = [self.textField valueForKey:@"_clearButton"];
2 [clearButton setImage:[UIImage imageNamed:@"图片"] forState:UIControlStateNormal];   

 

以上是关于自定义 textField 的清除 button的主要内容,如果未能解决你的问题,请参考以下文章

SwiftUI Textfield - 如何在编辑模式下设置文本字段的背景颜色以清除

Nativescript-Vue Javascript 导入自定义元素,如 Button、FieldView、Label ecc

自定义带DropDownTable的TextField(事件)

在自定义中从 TextField 中关闭键盘

如何自定义 TextField 的边距、内边距和字体大小

带有 TextField 和第一响应者的自定义 UITableViewCell