How to insert a new cell in between UITableViewCell
s when a cell gets selected from the UICollectionView
? Here is what it would look like:
I am trying to create a family tree(pedigree chart).when the parent is selected it shows a Detail and the childs. How to achieve this? Thank You!