ios - Is it possible to make two UICollectionView with multiple content in single UICollectionView in Swift? -
is possible make 2 uicollectionview, first uicollectionview assigned trigger , second uicollectionview displaying different content of pictures when user select "desire" there 7 pictures , 10 pictures when user select "nature":
of course it's possible. need either set different objects serve data source each collection view, or write view controller serve different information each collection view in data source methods.
edit:
take @ thread:
multiple uicollectionview in 1 controller
it doesn't use master/detail approach want, should @ least started.
Comments
Post a Comment