For some reason I am having a bit of confusion about how to go about getting my XML Parser to parse a document when the app first starts and then initialise an array that will be ready to pick up at any time on another class in my app.So lets say in the first ViewController we call my XML parsing class, it parses the XML and packs everything into an array. How do I then make that array available to another class at anytime without recalling the XML parsing class?
Any ideas?
PS:
I know its a stupid and ignorant question. I know theres probably something similar but I wanna make sure I learn the best way to do this kind of a thing.
Any ideas?
PS:
I know its a stupid and ignorant question. I know theres probably something similar but I wanna make sure I learn the best way to do this kind of a thing.