To Segue or to didSelectRowAtIndexPath?
问题 Below is the code that I am currently running. I have a storyboard setup with a nav controller and tableview controller and a view controller. I am trying to pass the name from the NSDictionary that I have setup for the Table to the detail view controller. Should I use prepareforsegue or didselectrowatindexpath and how would I get the name out of the dictionary to pass it along? #import "FMInboxViewController.h" #import "FMDetailViewController.h" @interface FMInboxViewController () @end