I have a tableView and a segment Control setup on that view. Now when the segment's value changes I want to remove the existing tableView cells and display full collectionView in one of tableView cells.
I have already gone through https://github.com/ashfurrow/Collection-View-in-a-Table-View-Cell and though found it very useful, haven't found the right solution.
Also the collectionView I want to had is vertical scrollable with not fixed height
Can anyone help?