Hi everyone, I was wondering if I should use an nsdictionary to hold all of the values that my program uses. Or, I could stick with using many variables for each value.
If I use an NSDictionary/array I could release it all at once, rather than a bunch of variables. Unfortunately I am dealing with many memory leaks, so I thought that using an NSdictionary/array could help with the memory leaks.