In this post we will see how we can use iOS NSUserDefaults to save data or application settings. iOS NSUserDefaults is often used to store the application settings. Suppose you need to store some small data in the app like username, gender or any kind of thing that usually doesn’t need a database. In this […]