Rubs
Rubs

Reputation: 829

UICollectionView vertical scroll last item

Hi I have a vertical UICollectionView that works just fine, but the las item is barely visible and you have to pan up the scrollview to fully be able to see it, when you stop panning the item bounces back and you can almost interact with it.

I've tried with the bounces properties in the collection view's properties for scrollview in interface builder, but it's still the same.

Should I have to increase "manually" the scrollview's contentsize in order to let me interact with this item?.

You can barely see in the following screenshot, at the bottom just below 25th July

enter image description here

Upvotes: 1

Views: 391

Answers (1)

Nikola Kirev
Nikola Kirev

Reputation: 3152

Just a guess here, but maybe your navigation bar is "pushing" your UICollectionView down. Are you sure the frame of the UICollectionView is right? Maybe it is extended off screen.

Upvotes: 1

Related Questions