I have connected the show segue properly from the tablecell to the PickerViewController but i and also implemented the code for asking if we got a section of the indexpath then we return the indexpath in the willSelect method but when i run my simulator, and click on the row, the segue doesn’t work thereby the cons wont be displayed.
Thanks i figured it out, i found out that i didn’t create another section and just duplicated another cell in the section. Its now working. Cheers