is it possible to save NSMutableArray or NSDictionary data as file in iOS?

Viewed 22768

I want to save an NSMutableArray or NSDictionary as a permanent file. Then, I would like to reopen the file later.

Is this possible? If so, how can I do it?

2 Answers
Related