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 ;)

有帮助吗?

解决方案

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).

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top