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?

No correct solution

OTHER TIPS

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top