Question

My project contains two designs for cell in a uitableview and show it correctly, but the problem is when I select a row for pass to detailsviewcontroller with a segue...

How can I detect the identifier of the selected row? Depends on the selected row... In didselectrowatindexpath needs redirect to other detailsviewcontroller.

Thanks for all ;)

Was it helpful?

Solution

If you have access to the selected cell, you have access to it's "reuseIdentifier" (the documentation for which I've linked for you here).

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top