Question

I am using a SSCollectionView to show images in a grid. I am having an issue in scrolling. The items on the last row are not shown completely. I would have to scroll down to see them but the scroll view bounces back up (so it doesn't really scroll to them).

SSCollectionView's scroll view is inaccessible to change; only to inspect.

What else can I do here?

Pas de solution correcte

Autres conseils

This sounds like your content size is not adjusted properly. Make sure the height of the scroll view's content size is sufficient and adjust it if needed.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top