문제

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