-1

I have a UItableViewCell and depending the text in the cell I want to go to another uitableviewcontroller and pass some data to it. I already try this with performseguewithidentifier but this method doesn't pass data.

Lorenzo
  • 3,293
  • 4
  • 29
  • 56

1 Answers1

0

I think you need this How to pass prepareForSegue: an object

In the sender object you can put any object and in the prepareforsegue you can set the object of your second view controller.

Community
  • 1
  • 1
Lorenzo
  • 3,293
  • 4
  • 29
  • 56