I have a part of data that only should be read once. I have ivars in there and want to store them somewhere to have access from my controller. Where should I put it? I’d rather avoid subclassing in this case. My reader should be passing data from some other class, and the other class may be a parent class for something. Am i right?
So my question is: I have some data after my app starts, and where do i have to put it?
Set an array in your appDelegate
then from anywhere: