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":

enter image description here

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

Popular posts from this blog

Java 3D LWJGL collision -

spring - SubProtocolWebSocketHandler - No handlers -

methods - python can't use function in submodule -