gpt4 book ai didi

ios - 在 UITableView 中滚动到 UISearchBar 的顶部

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

我有一个带有大标题的 UITableView。在 TableView 的底部是一个 UISearchBar。当searchBarShouldBeginEditing触发,我想将 UITableView 滚动到屏幕顶部,搜索栏在顶部

我试过这样的东西没有用tableView?.scrollRectToVisible(CGRect(x: 0, y: searchBar.frame.minY, width: view.frame.width, height: 400), animated: true)

希望得到一些帮助。谢谢!

最佳答案

您可以滚动到屏幕顶部
tableView?.setContentOffset(CGPoint(x: 0, y: 0), animated: true)

我认为您正在寻找的是 tableView?.scrollRectToVisible(searchBar.frame, animated: true)tableView?.setContentOffset(searchBar.frame.origin, animated:真)

关于ios - 在 UITableView 中滚动到 UISearchBar 的顶部,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52192505/

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