UICollectionView paging via cell width

153 views Asked by At

I want to make paging in collection view not by collection view width, but by collection view cell width.

As shown in image. After paging in collection view, I want to align current cell at the left side of screen and keep left side of next cell visible (as shown in image). As I know I can use ScrollViewWillEndDragging, but I can't set it properly.

0

There are 0 answers