I was wondering if one of you could help me with a little problem I am having, if it is possible. I have a few global variables called ChecklistA, ChecklistB, etc. What I want, is if the user selects a table cell called A, that ChecklistA is passed on to the destination controller.
In other words:
Global variables: NSArrays -> "ChecklistA", "ChecklistB", "ChecklistC", etc.
Cells: "A", "B", "C", etc
... on click of cell B...
destinationController.checklist = NSArray named: "ChecklistB"
I hope this is clear, if you have any questions feel free to ask.
Thank you in advance!