IOS StoryBoard multiple Segue's from a TableCell

后端 未结 4 1694
眼角桃花
眼角桃花 2020-12-12 15:15

Hi I have a storyboard and am able to show a detail view when clicking on a table cell. I want to add extra functionality so that depending on what cell I click I show a dif

4条回答
  •  庸人自扰
    2020-12-12 15:35

    Don't try to hook up the Segues to a tableviewcell in this case. Hook them up to the View Controller itself.

提交回复
热议问题