How can we store into an NSDictionary? What is the difference between NSDictionary and NSMutableDictionary?

Viewed 112278

I am developing an application in which I want to use an NSDictionary. Can anyone please send me a sample code explaining the procedure how to use an NSDictionary to store Data with a perfect example?

3 Answers
Related