gpt4 book ai didi

iOS 8.4 UITabelview scrollToRowAtIndexPath 在设备中不起作用

转载 作者:行者123 更新时间:2023-11-28 17:50:13 24 4
gpt4 key购买 nike

我有 UITableview,它使用 AutoLayout 具有动态行高。在 iOS 8.4 中,如果设置 scrollToRowAtIndexPathsetContentOffset 它不会滚动到最后一个索引路径。在 iOS 9.x 中它正在工作。请帮忙

        [tableview scrollToRowAtIndexPath:[NSIndexPath indexPathForRow:arr.count - 1 inSection:RootArr.count - 1] atScrollPosition:UITableViewScrollPositionBottom animated:NO];

最佳答案

dispatch_after(0, dispatch_get_main_queue(), ^{
[self.tableView scrollToRowAtIndexPath:[NSIndexPath indexPathForRow:0 inSection:1] atScrollPosition:UITableViewScrollPositionBottom animated:NO];
});

没问题

关于iOS 8.4 UITabelview scrollToRowAtIndexPath 在设备中不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41459760/

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