I am getting some info from web server like this.
970, Aditya2, B, JNTU1, \"Ram@gamil.com\"
I need to store these values and I need to retr
To store and then receive:
[[NSUserDefaults standardUserDefaults] setObject:myDictionary forKey:@"dictionaryKey"]; //... NSDictionary * myDictionary = [[NSUserDefaults standardUserDefaults] dictionaryForKey:@"dictionaryKey"];
Here's a link to the NSUserDefaults Class Reference