We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
描述bug UITableView使用scrollToRowAtIndexPath方法后,底部的footer漏出来了,但是稍微滚动一下屏幕就恢复正常了,这里是最小Demo,直接运行到模拟器等待3s即可自动复现 MJFooterDemo.zip
必现/偶发? 必现
怎么样重现这个bug
你期望的结果是什么? 期望footer不要漏出来,和正常滚动一样
截图 如果有必要的话,请上传几张截图
运行环境
额外的
最好能提供出现bug的Demo
The text was updated successfully, but these errors were encountered:
自问自答一下吧,暂时使用此方法解决了,坐等大神提供方案 CGRect rect = [self.tableView rectForRowAtIndexPath:indexPath]; [self.tableView setContentOffset:rect.origin animated:NO];
CGRect rect = [self.tableView rectForRowAtIndexPath:indexPath]; [self.tableView setContentOffset:rect.origin animated:NO];
Sorry, something went wrong.
No branches or pull requests
描述bug
UITableView使用scrollToRowAtIndexPath方法后,底部的footer漏出来了,但是稍微滚动一下屏幕就恢复正常了,这里是最小Demo,直接运行到模拟器等待3s即可自动复现
MJFooterDemo.zip
必现/偶发?
必现
怎么样重现这个bug
直接运行提供的demo就行
等到3s,会自动触发bug
footer漏出来了
你期望的结果是什么?
期望footer不要漏出来,和正常滚动一样
截图
如果有必要的话,请上传几张截图
运行环境
额外的
最好能提供出现bug的Demo
The text was updated successfully, but these errors were encountered: