Вопрос

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