I have such a structure
ViewController
UITableView
UITableViewCell
UICollectionView
UICollectionViewCell
I need to send some data to the ViewController when the UICollectionViewCell tapped. How can I achieve that? I stucked at that point
ViewController
UITableView
UITableViewCell
UICollectionView
UICollectionViewCell
I need to send some data to the ViewController when the UICollectionViewCell tapped. How can I achieve that? I stucked at that point