How to show view controller on selecting row cell of tableView(as a collection view cell)?
问题 I have the Main View Controller which has a collection view with its collection view cells each initialized as a tableView to serve multiple rows inside of that collection view cell. If you're getting confused, below is the snapshot of the current state. The problem is when I try to tap a tableView row cell to open another view controller, It fails and a selected state of table view cell is shown. Here is the snapshot. //HomeCollectionViewCell.swift class HomeCollectionViewCell: