iphone - All items are not displayed properly while using UICollectionView grid view -


i developing app in xcode4.2 , ios6

i using uicollectionview display item in grid view. want display items in 3x3 format have 15 items items should displayed in following way

page 1  item1 item2 item3  item4 item5 item6  item7 item8 item9  page 2  item10 item11 item12  item13 item14 item15  here page 1 should displayed default while page 2 on screen swiping  these displayed in following way  page 1  item1 item4 item7  item2 item5 item8   item3 item6 item9  page 2  item7 item10 item13  item8 item11 item14  item9 item12 item15 

it seems uicollectionview arranges items vertically not horizontally. can please resolve problem

i implemented selecting direction horizontal , arranged item left right dynamically. default items arranged top bottom, changed item according index number items looks arranging left right , works perfectly.


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -