declare the 3rd collection view as collectionViewC from IBOutlet, then in collectionDelegate functions => numberOFItmes if collectionView == collectionViewC {// return your item count }. then in cellForRowAtItem similarly if collectionView == collectionViewC {// return your cell and its item(label/image) likewise }.
Thank you sir
Thank you Bro
Thank you Buddy . It was so helpful
You're very awesome, make the simple the UICollection, Thank Very Much
thank you so much bro, you save my life!!
If i use three collection view , so what will be the condition
declare the 3rd collection view as collectionViewC from IBOutlet, then in collectionDelegate functions => numberOFItmes if collectionView == collectionViewC {// return your item count }. then in cellForRowAtItem similarly if collectionView == collectionViewC {// return your cell and its item(label/image) likewise }.
ok ,
if ( collectionA ){
}
if (collection B) {
}
else (collection c) {
}
right ?
@@amitsaxena7838 yes, exactly
Thanks buddy, really very helpful video
THANK YOU BRO!
how to pass above two collection data in one tableview cell??
that can be used separate array index for each item.