Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm attempting to create an application that stores multiple groups of images and lists each group within a table view.

I'm unsure of the best way to go about storing and calling this data.

I was thinking of making an array for each group that would store the name of the group and the images themselves, then make another array to hold all the groups. Is this the best approach?

Any advise or examples would be greatly appreciated, thanks to anyone that can help me out.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.