gpt4 book ai didi

uitableview - 将 UISearchBarDisplayController 保持在 tableview 之上

转载 作者:行者123 更新时间:2023-11-28 09:15:31 25 4
gpt4 key购买 nike

我试图让 UISearchBarDisplayController 快速保持在 UItableview 之上我尝试了这段代码(我将其从 objectC 转换为 swift)但没有成功:

    override func scrollViewDidScroll(scrollView: UIScrollView) {
//
var searchBar: UISearchBar = (self.searchDisplayController?.searchBar)!
//
var rect = searchBar.frame

self.searchDisplayController?.searchBar.frame = CGRectMake(0, max(0, scrollView.contentOffset.y), rect.width, rect.height);
}

当我滚动表格时,搜索栏仍然随着表格 View 滚动。有谁能帮我修好吗?谢谢

最佳答案

我发现我必须创建一个新的 View Controller ,添加一个 tableview 并在 tableview 之外添加一个 searchBar。并且搜索栏不会随 tableview 滚动

关于uitableview - 将 UISearchBarDisplayController 保持在 tableview 之上,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27847044/

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