NSMutableArray & Multiple Views
Posted
by Antonio
on Stack Overflow
See other posts from Stack Overflow
or by Antonio
Published on 2010-06-11T21:36:46Z
Indexed on
2010/06/11
21:42 UTC
Read the original article
Hit count: 308
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?
© Stack Overflow or respective owner