更改TextField中的清除按钮

时间:2019-04-30 13:48:15

标签: swift button textfield clear material

我需要知道是否可以在“文本字段”中更改清除按钮(放置图像)(我正在使用“材料-> https://github.com/CosmicMind/Material中的文本字段”)

现在我有一个X: enter image description here

但我想这样: enter image description here

我找到了一些可能的代码:

let customClearButton = UIButton.appearance(whenContainedInInstancesOf: [UITextfield.self])
customClearButton.setBackgroundImage(UIImage(named: "icon_info"), for: .normal)

但是当我将文本字段放入文本框时,该错误不起作用:

  

无法转换类型为“ TextField”的值?到预期的元素类型   'UIAppearanceContainer.Type'

非常感谢您的帮助。

1 个答案:

答案 0 :(得分:3)

您是否尝试过clearIconButton?.image = UIImage(named: "cameraIcon")来购买材料TextField