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
当cell从重用队列里面取出来显示到界面上的时候,当cell滑出可视范围的时候被加入重用队列,但是计算高度的cell没有被加载到tableview里面,它是什么时候被加入到重用队列的呢?
The text was updated successfully, but these errors were encountered:
在复用的池子里拿出一个cell,单独用来计算所有cell的高度,那这个从复用池子里拿出的cell还是应该会被界面用到的啊,那这时候别的cell要用这个拿出的cell计算高度,又要在界面里拿来显示当前的cell,这样一个cell同时又计算高度又显示到界面,会不会冲突啊?这个是怎么解决的,原理是啥呢???
Sorry, something went wrong.
No branches or pull requests
当cell从重用队列里面取出来显示到界面上的时候,当cell滑出可视范围的时候被加入重用队列,但是计算高度的cell没有被加载到tableview里面,它是什么时候被加入到重用队列的呢?
The text was updated successfully, but these errors were encountered: