Greetings,
I\'m trying to write my first iPhone app. I have the need to be able to access data in all views. The data is stored when the user logs in and needs to be
I don't know what you mean with "static class", but what you want is a singleton. See this question for various methods on how to set one up.