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?

没有正确的解决方案

其他提示

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top