Scroll indicators in UICollectionView
starts after from some points from top and ends before that many points from bottom. I mean it has top and bottom margin from UICollectionView
's top and bottom.
Should not it start from top and end at bottom of UICollectionView
?
I checked that contentInset.top
on UICollectionView
and sectionInset.top
on UICollectionViewFlowLayout
are 20.0
and 0.0
, respectively.
See below image. Content start from more than 20.0
pts(which is top inset value) from top.