gpt4 book ai didi

iphone - UIPickerView 和 UITableView subview : problem with scroll after new data given

转载 作者:行者123 更新时间:2023-11-28 20:44:06 25 4
gpt4 key购买 nike

我需要帮助。我制作了一个具有 UITableview subview 的 UIPickerView。我遍历 pickerArray 以生成表的数据。当选择组件时,tableArray 会发生变化。除了卷轴,一切正常。如果您向下滚动然后选择另一个组件,则 tableArray 会更改,但您选择的位置保持不变。因此,如果您滚动到表格的中间,然后选择另一个组件,您也会从中间查看新的表格数据。我希望表格滚动回到表格的顶部而不是停留在中间。

最佳答案

在您的 TableView 中,调用:

[self.tableView scrollToRowAtIndexPath:[NSIndexPath indexPathForRow:0 inSection:0] atScrollPosition:UITableViewScrollPositionTop animated:YES];

关于iphone - UIPickerView 和 UITableView subview : problem with scroll after new data given,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7199569/

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