So before you people dock me down on my question, hear me out. I know this is an overly asked question with answers, but I wish to know the best way on how to do this. I created a sharing functionality in my app that allows the app to use the user's data and post on their Facebook (or twitter) that they like my app. For each individual item on my tableviewcontroller I want different message every time. For instance:
if the cell = 1, then message = This if the cell = 2, then message = that etc.
I have a TableViewController .h and .m, and a DisplayViewController .h and .m I need to get the cell data from TableViewController to DisplayViewController.
Should I use Core Data? Is there a non Core Data solution?
Please help
Thanks