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

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -