iphone - Global NSMutable array of a project -


i want know how can declare , use global nsmutable array of objective c project. mean need update here in 1 class , need use in class....

can give me kind of idea??

thanks rony

pass reference around class class. or keep reference array instance in app delegate, can access class in application.


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -