gpt4 book ai didi

ios - 向下滚动时 UISearchBar 不随 Tableview 移动

转载 作者:行者123 更新时间:2023-11-29 13:19:38 25 4
gpt4 key购买 nike

向下滚动时,UISearchBar 不随 Tableview 移动。

我不想单独放置滚动条。这是一个要求。下面是代码。

customSearchBar = [[UISearchBar alloc] init];
customSearchBar.delegate = self;
[customSearchBar sizeToFit];
objListTable.tableHeaderView = customSearchBar;

最佳答案

需要包含一个 View 并在其上添加 UISearchbar,或者提供标题 View 的高度。默认情况下,它被视为 0.0。

如果你想用

- (UIView *)tableView:(UITableView *)tableView viewForHeaderInSection:(NSInteger)section

该方法分配一个高度为默认 UISeachBar 高度的 View 。并在其上添加 UISearchBar

或者在您的代码上添加一个 UIView,默认 UISearchBar 高度在其上添加 UISearchBar。它会按您的预期工作。

关于ios - 向下滚动时 UISearchBar 不随 Tableview 移动,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14708547/

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