gpt4 book ai didi

objective-c - 在 UISearchDisplayController 中没有结果时添加新项目

转载 作者:行者123 更新时间:2023-12-01 16:55:07 25 4
gpt4 key购买 nike

我有一个使用 UISearchDisplayController 过滤的 UITableView。我想让我的用户搜索一个项目。如果他们搜索说“橙汁”,我希望在“搜索 TableView ”中的页脚中有一个按钮,显示“添加橙汁”。取而代之的是,将“无结果”文本替换为“添加橙汁”也足够了。关于如何实现这一点的任何建议?

最佳答案

您可以实现两个 UITableViewDelegate 方法以获得页脚 View

- (CGFloat)tableView:(UITableView *)tableView heightForFooterInSection:(NSInteger)section;

- (UIView *)tableView:(UITableView *)tableView viewForFooterInSection:(NSInteger)section;

关于objective-c - 在 UISearchDisplayController 中没有结果时添加新项目,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12387287/

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