I have setup a collection view with 10 subviews in a cell.
The subviews are -imageview with label on it -text view -imageview -uilabel -imageview -uilabel
Initially the collection view have 15 cells displayed at the time on an iPad. No when I scroll the scroll pauses when it is time to replace the cells at the bottom or top(reusing cells). I removed the shadow but still the same issue.
So the problem happens when the old cell is reused causing a lag.
Btw, no images loaded via the network.