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

Popular posts from this blog

html - Difficulties with background-image property -

visual studio code - What does the isShellCommand property actually do and how should you use it? -

ios - Segue not passing data between ViewControllers -