iOS8 Cannot hide cancel button on search bar in UISearchController

后端 未结 9 642
后悔当初
后悔当初 2021-01-01 12:26

My goal is to prevent the cancel button from appearing in a search bar in a UISearchController. I started with Apple\'s Table Search with UISearchController sample code and

9条回答
  •  清歌不尽
    2021-01-01 12:40

    The following github project subclasses UISearchBar which is presented as solution 2:

    https://github.com/mechaman/CustomSearchControllerSwift

    On top of it, it also subclasses UISearchController to enable one to put the search bar in places other than the tableView header!

    Hope this helps.

提交回复
热议问题