ios - check if UICollectionView is on top (not-scrolled) or not -
i make animation scroll top of uicollectionview, if not on top already.
is there way tell if uicollectionview scrolled top or not?
thank you.
if collectionview.contentoffset == cgpointzero
can say, not scrolled @ all.
Comments
Post a Comment