Get data from a PList into UITableView?
问题 I want to maintain a list of records, for each one I maintain the same type of data. I want to use this data in 2 different places: UITableView that takes from each record the "Name" value UIViewController that takes all the data to use in different fields. I assume I should be using a plist to store the data; I also assume that the object that should be receiving the data for the UITableView is NSArray so I can use the cellForRowAtIndexPath method to create the table automatically. So i