NSMutableArray & Multiple Views
- by Antonio
I am trying to write an application that has a NSMutableArray that needs to be accessed and modified in a different View.
The MainViewController displays a table that gets the information from an NSMutableArray.
The SecondaryViewController is used to addObjects into the array.
How do I go about this without declaring it as a global variable?