这必须是微不足道,但我不能找到你应该怎么解释一个UISearchController编程方式?
原文链接:https://www.f2er.com/swift/321085.html注意,这是新的UISearchController(在2014年推出与iOS 8),而不是UISearchDisplayController。
到目前为止这里是我有
// Dismiss the search tableview searchController.dismissViewControllerAnimated() // Clear the Search bar text searchController.active = false
但我仍然有取消按钮,不能摆脱它。