结束编辑后如何使searchBar取消按钮保持启用状态?

时间:2019-06-07 07:40:32

标签: swift xcode uibutton uisearchbar

如何始终保持启用取消按钮?即使通过滚动消除了键盘之后?

我看过很多应用程序,希望它像searchBar.cancelButton.isEnabled = true一样简单

无论如何,这就是我到目前为止所得到的

`

func searchBarTextDidEndEditing(_ searchBar: UISearchBar) {
   searchBar.showsCancelButton = true

// Do not know what to add here to keep cancel button enabled 



}`

0 个答案:

没有答案