How to save data, settings & preferences with NSUserDefaults
One of the very first questions you have after learning how to make iPhone apps is how to save and load data such as settings & preferences in your app. Well this post will cover how to achieve this using NSUserDefaults. What you will learn What NSUserDefaults is What types of data you should save […]