My fourth go at iphone app development, this time its an iteration of my previous movie app. This app demonstrates table views included with a viewcontroller to edit the table.
I've been trying to figure out how to let users add new information to the tableview. I understand how to allow users to input information that will then appear on the cell label, but I cant understand how to get other information (i.e., movie summary) to remain affiliated with a particular cell so that it shows up in the detail view. Can you explain this or point me towards a reference or tutorial?
@oo00TheSurf00oo Save data to a mutable array and then either to a plist or NSUserDefaults.
Jonathan0King 7 months ago
How Do You Make this
chasethemooseinc 8 months ago
could you include the source code of this project????
please.
Simongislen 10 months ago
@oo00TheSurf00oo hey have you figured out how to do this yet? becuase i would love an explanation because im needing the same thing, Thanks
kingofmagic1 1 year ago
I've been trying to figure out how to let users add new information to the tableview. I understand how to allow users to input information that will then appear on the cell label, but I cant understand how to get other information (i.e., movie summary) to remain affiliated with a particular cell so that it shows up in the detail view. Can you explain this or point me towards a reference or tutorial?
oo00TheSurf00oo 1 year ago
Absolutely brilliant and eye opening. Thank you :D
phpexe 1 year ago