ios6 - How to force UICollectionView with fewer items to scroll? -
i working uicollectionview displays fewer items necessary fill whole screen. setting, view not scroll (move , bounce), when add 20 items works.
how can force collection view scroll, without enough items fill screen?
http://bytolution.com/screenshot%202013.04.17%2021.57.00.png
thanks help!
btw tried set contentsize (e.g. {320 , 1000}) still not work.
try set alwaysbouncevertical
property yes
:
self.collectionview.alwaysbouncevertical = yes;
the default value no
Comments
Post a Comment