这一定是微不足道的,但是我找不到您应该如何以编程方式关闭UISearchController?
请注意,它是新的UISearchController(于2014年在iOS 8中引入),而不是UISearchDisplayController。
到目前为止,这就是我所拥有的
// Dismiss the search tableview
searchController.dismissViewControllerAnimated()
// Clear the Search bar text
searchController.active = false
但我仍然有“取消”按钮,无法摆脱它。