答案 0 :(得分:0)
我发现通过原生UISearchBar
控件无法实现,我们必须使用UITextField
开发自定义SearchBar。
我们需要将UITextFieldDelegate
与UITextField
一起使用。
答案 1 :(得分:0)
我为UISearchBar编写了一个扩展,用于自定义。 请参阅此链接:https://github.com/Rakshith-Nandish/SearchBarCustomiser
用法:
yourSearchBarInstance.setCancelButtonColor(color: UIColor.black)
yourSearchBarInstance.becomeFirstResponder()
不将其设置为第一响应者不会更改'取消'的颜色。按钮。希望这有帮助