Animating the offset of the scrollView in a UICollectionView/UITableView causes prematurely disappearing cells
- by radutzan
We have a UICollectionView with a custom layout very similar to UITableView (it scrolls vertically). The UICollectionView displays only 3 cells simultaneously, with one of them being the currently active cell:
[ 1 ]
[*2*]
[ 3 ]
(The active cell here is #2.) The cells are roughly 280 points high, so only the active cell is fully visible on the…