(first UIViewController)I have several UITextfields that will have some number value within them. I use a UIButton to switch to my (second UIViewController). Its when I switch back to my (first viewController) that my information gets reset. How do I save that data?
(first UIViewController)I have several UITextfields that will have some number value within them. I
Share
You could use
NSUserDefaults: