gpt4 book ai didi

ios - 停止 UISearchBar 使用 UITableView 滚动

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

我有一个 UITableViewController我已经实现了UISearchBarController波纹管导航栏。我的问题是当我滚动 UITableView , 我的 UISearchBar充当 UITableView单元格,并像任何其他单元格一样滚动。我想修复 UISearchBar 的位置.我的 Storyboard看起来像“This”。

最佳答案

你可以这样做 直接在 Storyboard 中 但如果你想用代码来做,那就是这样,

UISearchBar *searchBar = [[UISearchBar alloc] initWithFrame:CGRectMake(0, 0 , self.tableView.bounds.size.width, 44.0)];
self.tableView.tableHeaderView = searchBar;

或者,如果您在 Storyboard 本身中执行此操作,可能会很容易。这样,您还可以分配 搜索栏 搜索显示 Controller 因此更容易实现搜索功能。

关于ios - 停止 UISearchBar 使用 UITableView 滚动,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23714758/

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