Click the cell on tableview will display view (not child cell) in other storyboard like expandable list swift ios

332 views Asked by At

I have tableView in view controller. I want to do when click the cell on the tableView, it will expand show the view (label, button in other storyboard). I see the tutorial it will show other sub cell when expand. But i want it show the view. I already can make when user click row it will open new view. But now i want it will show in the same page without popup to new page. I newbie in swift ios.

for example, I want to do like this image. When click row, it will show view -

enter image description here

0

There are 0 answers