ZoneX
OP
Created
Dec ’20
Replies
8
Boosts
0
Views
587
Participants
3
Where are the collection view and the table view? In a same view controller, or you have another view controller?
What action triggers to translate or to make the table view have those 2 rows?
How the 2 rows in the collection view are chosen? Or the collection view shows only 2 names?
Again, what is translate or have those 2 rows? What do you want to show in the table view? And what is the table view showing before translate?
...
I would write some comments when you could show enough explanation for me. Hope you can solve your issue soon. Good luck.The issue I have is I had a collectionview with 2 rows of data I got from an API, but I could not scroll down (could only scroll horizontally), so I had to add a tableview and put the collectionview inside it however the issue is my 2 tableview cells show the same thing but I want them to show different data.
CollectionView is already a scrollViewI'm thinking it would be better to do a collectionview in a scrollview so things can be closer together.
Code Block class UICollectionView : UIScrollView