0

I'm expecting an issue with my UICollectionView, basicallly when I clear the constraints it scrolls perfectly though I can't reach the bottom (but that's another day's matter), however the width is way too big, I only see the left half of my UICollectionView.

Now, when I set my constraints to make it fit the screen, it won't scroll anymore. Even the UIRefreshControl isn't triggered.

I ran out of ideas, does somebody have a clue? or a solution?

Thanks a lot!

Edit: It doesn't scroll though it bounces...

stowka
  • 97
  • 1
  • 1
  • 5
  • How many items and section do you return from numberOfSectionsInCollectionView and numberOfItemsInSection delegate methods? I thought that you may confuse between them but this is just guess. – miletliyusuf Jun 05 '15 at 12:11
  • No I don't confuse them, actually the UICollectionView itself is all right. It's only the way it appears on the screen. Thanks anyway. – stowka Jun 05 '15 at 17:20

2 Answers2

0

Nailed it: Deleted my UIViewController from StoryBoard and created it again…

Looks like there's no proper solution though.

stowka
  • 97
  • 1
  • 1
  • 5
0

By checking the box bounce vertically , fixed my problem.

enter image description here

Chathuranga Silva
  • 6,275
  • 2
  • 43
  • 51