views:

48

answers:

1

I'm creating an application for the iPhone in which I need to transfer information from variables between views/classes. What is the best way to do this (without utilizing CoreData/persistent storage)?

A: 

Ok--so after more research I discovered Singletons. I implemented that as its own class, then every time I instantiated it, it saved as the correct variables.

SourceJockey