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
Don't try to hook up the Segues to a tableviewcell in this case. Hook them up to the View Controller itself.