gpt4 book ai didi

ios - 滚动到 UITableView 框架之外

转载 作者:行者123 更新时间:2023-12-01 18:09:22 25 4
gpt4 key购买 nike

如何滚动整个 UITableView UITableView 之外的内容框架?
设置table.scrollIndicatorInsets不允许向上滚动并且内容消失在顶部的另一个 View 后面。

最佳答案

试试这个 :

在 View 加载完成后,例如在 viewDidAppear 之后:

CGFloat oldContentHeight = tableView.contentSize.height;
tableView.contentSize = CGSizeMake(tableView.contentSize.width, oldContentHeight + tableView.bounds.size.height);

更新了答案。

关于ios - 滚动到 UITableView 框架之外,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34856865/

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