how to redraw non-visible UICollectionViewCell's after rotation ready for when reuse occurs?
- 阅读更多 关于 how to redraw non-visible UICollectionViewCell's after rotation ready for when reuse occurs?
问题 How to redraw non-visible UICollectionViewCell's ready for when reuse occurs??? One approach I thought of was per the code in the Layout Cell prepareForReuse function, however whilst it works it non-optimal as it causes more re-drawing then required. Background: Need to trigger drawRect for cells after an orientation change that are not current visible, but pop up to be used and haven't been redraw, so so far I can only see that prepareForReuse would be appropriate. Issue is I'm re-drawing