有一個collection view,其中有一些隨機cell。怎麼修改一下布局?
默認格式:
[ x x x x x x ]
[ x x x x x x ]
[ x x ]
我需要的格式:
[ x x x x x ]
[ x x x x x ]
[ x x ]
親們幫忙解答一下,謝謝。
自定義一個布局繼承UICollectionViewLayout, 在xib中把這個自定義布局設置給CollectionView
具體可以看這個頁面
http://developer.apple.com/library/ios/#documentation/WindowsViews/Conceptual/CollectionViewPGforIOS/CreatingCustomLayouts/CreatingCustomLayouts.html#//apple_ref/doc/uid/TP40012334-CH5-SW1