Sunday, 25 August 2013

pass an object from one view controller to another

pass an object from one view controller to another

I have dynamic data that is displayed in a tableview. A detail view is
displayed when you click on one of the elements of the tableview. How to
retrieve the array of values ​​corresponding to the clicked
item on the details page?
My detailView contains only a label in which I want to display a message
from the array element clicked.
I do not know how to achieve such a result. Thank you for your help.

No comments:

Post a Comment