Dismissing keyboard from UISearchBar when the X button is tapped

前端 未结 14 1216
眼角桃花
眼角桃花 2020-12-24 07:42

I\'m using the UISearchBar (but not the SearchDisplayController that\'s typically used in conjunction) and I\'d like to dismiss the keyboard when you hit the \'X\' button.

14条回答
  •  -上瘾入骨i
    2020-12-24 08:20

    Try to avoid

    - (BOOL)searchBarShouldEndEditing:(UISearchBar *)searchBar
    

    method in your code we can solve this

提交回复
热议问题