I'm making an app where you can keep track of the money you have. I wanted to present a log of the money added so I needed an NSMutableArray to store that information.
So what I want to know is how to store an NSMutableArray into NSUserDefaults so that I can add information to it at anytime. I've seen many questions here, but they don't help, because most of them don't talk about NSUserDefaults giving non mutable arrays.
To sum everything up, I need to dynamically add information to my array every time a method is called (saving an integer-or NSNumber) to then present it as an UITableView