store value in three dimensional NSMutableArrary
Hi all:
I am just clearifying my previous post. I have 5 different mutable arrays that I am using to store my information that I use as rgb numbers. I also have 3 sliders (red, green, blue). I then update all of the ui controls with the new colour. The problem that I have is I do not know how to store/get values from the different arrays. Lastly, I also need to be able to save and load the arrays by using NSUserDefaults.
Thank you all for any advice or suggestions
|