iPhone Development:How to use NSUserDefault in IOS

NSUserDefault is a best way to save small data in your app.As we all know that IOS app stores data either on server (if data needed to be stored in a centralised place) or store it in SQlite database, though sometimes we only need to save some of the information regarding a user in our […]

iPhone Development:How to use NSUserDefault in IOS Read More »