gpt4 book ai didi

uitableview - UISearchController 中的取消按钮

转载 作者:行者123 更新时间:2023-12-03 13:07:18 28 4
gpt4 key购买 nike

在我的项目中,我使用了 UITableViewController带有内部 UISearchController过滤我的 tableView 中的数据.

我过滤数据没有问题,但我需要确定我的 tableView 的日期当我点击 时重新加载取消 按钮 UISearchController但我找不到这个的委托(delegate)方法......

你能帮我理解如何解决这个问题吗?

最佳答案

您需要设置 UISearchController searchBar's delegate .完成此操作后,添加委托(delegate)方法 searchBarCancelButtonClicked:将被正确调用。

self.searchController.searchBar.delegate = self;

- (void)searchBarCancelButtonClicked:(UISearchBar *)searchBar {
}

关于uitableview - UISearchController 中的取消按钮,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26400167/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com