我開發一個應用程序在xcode4.2
和IOS6
同時使用UICollectionView網格視圖
我使用UICollectionView
以網格視圖顯示項目的所有項目都無法正常顯示。 我想顯示在3×3格式的項目,但目前有15個項目,因此項目應以下列方式
Page 1
Item1 Item2 Item3
Item4 Item5 Item6
Item7 Item8 Item9
Page 2
Item10 Item11 Item12
Item13 Item14 Item15
Here page 1 should be displayed default while page 2 on screen swiping
But currently these are 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
顯示似乎UICollectionView安排項目不是垂直水平。 您能否幫助解決此問題
我試過了,但沒有成功。 如果我們選擇方向,水平項目從上到下排列,如果我們選擇垂直方向,則項目從左到右排列。 我希望水平方向和安排從左到右。 – Kapil 2013-04-20 07:20:45