I have a Viewcontroller A, I've added a Viewcontroller B as a subview. B has many childviewcontroller C,D,E. C,D,E are 3 UItableViewcontroller. This is what I'm trying I would like to segue from A to another viewcontroller F when pressed on C , D or E 's UitableViewcells.
First question: Is this the best way to do it?
Can you help Please?