IPhone app, Singletons, passing messages between ViewControllers & application design?

I haven't coded too many core data applications, however, I can tell you that singletons are appropriate for handling global data that youer classes need to access. This is the preferred method as opposed to the appdelegate method.

Here is a good article to read up on Singletons vs AppDelegates. It explains why Singletons in most cases are a better way to implement global access variables, then with the usage of AppDelegates.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions