I need to create two instances of two classes inside a view controller that stay alive for the entire time that view is open.
Inside theese one of theese classes I need to create a NSString and a NSDate that stays alive for the entire time the class is alive.
How do I do this?