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