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.
Asked
Active
Viewed 384 times
-1
-
1Check Out this [thread](http://stackoverflow.com/questions/28315133/swift-pass-uitableviewcell-label-to-new-viewcontroller ) it will answer your queries. – Razz Oct 15 '15 at 08:40
-
1Thanks a lot very helpful – Allán Barajas Oct 15 '15 at 09:03
1 Answers
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.