Pass data from plist based UITableView to UIViewController [duplicate]
问题 This question already has answers here : Closed 7 years ago . Possible Duplicate: How to pass data to detail view after being selected in a table view? I have a TableViewController with a protoptype cell. It's populated with Labels and ImageViews from a .plist with an Array of Dictionaries. How can I pass this data to the detail View? The detail view is a UIViewController subclass. I've tried with methods from different tutorials but I just can't find the right combination to make it work.