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)?
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.
精彩评论