What should I write in Did select to pick data from Plist and use it in the table view for different data?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
To write data to plist, if you already have the data in a NSDictionary or NSArray, their respective This topic is covered further in the Apple Property List Programming Guide. Anyway, to write to a plist (note, I am writing the plist from the
To read from a plist (note, I happen to be reading the plist I created above, but clearly you can read plists from your bundle (using Rocky's technique) or from your
You could then use that array (or dictionary, if you used that) to populate your table view. |
||||
|
|
it will help you. |
|||
|
|