gpt4 book ai didi

ios - UITableView setContentOffset:动画不正确

转载 作者:行者123 更新时间:2023-12-01 16:56:52 31 4
gpt4 key购买 nike

我的代码是这样的:

[tableview setContentOffset:CGPointMake(0,180) animated];

但有时,这是不正确的,tableview的y偏移仅为20或其他某个值。

我调试代码并在 UIViewAnimationState animationDidStop:finished:中找到它们只是将其置于错误的y-offset值(如20或类似值),而不是我给tableview的y-offset值。

最佳答案

我认为您的contentoffset已在viewWillAppear中转换,请尝试将动画放入viewdidload或使用以下动画块:

[UIView animateWithDuratio:0.3 completion.....{
}];

希望这可以帮助!!

关于ios - UITableView setContentOffset:动画不正确,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10959806/

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