Hi,
I am trying to write my first iPhone app. I have a need to have access to data in all views. Data is saved when the user logs in and should be available for all views after that.
I would like to create a static class, however, when I try to access the static class, my application crashes without output to the console.
Is this the only way to write data to a file? Or is there another clean solution that I haven't thought about?
Thank you very much in advance,
source share