finestructure / Graf

1 stars 0 forks source link

Spurious cell animation #18

Closed finestructure closed 12 years ago

finestructure commented 12 years ago

Cell subviews animate into place while scrolling in some instances.

Situation: One or more cells are processing. When scrolling (and therefore "paging" some cell out and back in) they briefly animate back to their current state. It looks like they don't "remember" their actual state and therefore reanimate to it.

Theory: Cells are being reused, just the contents swapped. Because we're not setting but animating the subview positions, the re-use is not "instant", so to speak, but delayed by the animation and therefore visible.