I’m using multiple uiviewControllers to store information. I’m using NSUserDefaults to store the data. I have a UIVewController that will total everyting. How do I access the NSUserDefault data and how would I go about totaling it?
I’m using multiple uiviewControllers to store information. I’m using NSUserDefaults to store the data.
Share
You can use NSUserDefaults from any view controller. Just an example below.