How to use shared array between function calls in objective C

Posted by Rambo on Stack Overflow See other posts from Stack Overflow or by Rambo
Published on 2009-10-28T10:46:11Z Indexed on 2010/05/04 0:58 UTC
Read the original article Hit count: 216

Filed under:

I have one array. I want that array to retain its value between function calls of from single class function.

I have function that is called every time page is loaded.

This function displays all the data stored in array right from application launches.

Thanks in advance.

© Stack Overflow or respective owner

Related posts about iphone