bobbyali / kidzvids2

Second attempt at the kid-friendly Youtube iOS player
1 stars 2 forks source link

Update when scroll down fetch completes #9

Closed bobbyali closed 9 years ago

bobbyali commented 9 years ago

When the user scrolls to the bottom of the page, a new set of results is fetched and displayed. Is there a nice way to update the interface to tell the user that they've appeared? (e.g. automatically scroll the view down to show the new image tiles?)

bobbyali commented 9 years ago

set contentOffset on scrollView, animated param (collectionview inherits from scrollView)