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.