Hello, I would like to know how can I create a global variable type NSArray that i can use (write in/read data) from any class from y app.
At the moment i'm using NSUserDefaults, but I don't think this is the best option, because i'm saving one NSArray quite big.
Thanks.