ios - Can we set different flowlayout in different sections within a UICollectionView? -
here picture explanation http://childhoodgamedev.qiniudn.com/xincheng_demo.png
question description
in section 0, flowlayout common, grid, in section 1, flowlayout circular (they in uicollectionview).
the target
with users' scrolling, first part grid flowlayout, second part custom , more complex flowlayout.
can implement this? if not, 1 ideas? thanks.
it looks childhoodandy solved problem, future readers candidate uipageviewcontroller
using uipageviewcontrollertransitionstylescroll
. each page own uicollectionviewcontroller
whatever custom layout needed.
Comments
Post a Comment