How would i go about creating and working with an image array in Obj-C in Xcode?
I need to know how to create the array to be 10 by 20 and i need to be able to swap in and out images in the array. (Images are 20 x 20 pixels if that matters)
I will swap the images using if statements of course, but I do not know/can not find the syntax for working with arrays in Obj-C.
Any and all help is appreciated.
I need to know how to create the array to be 10 by 20 and i need to be able to swap in and out images in the array. (Images are 20 x 20 pixels if that matters)
I will swap the images using if statements of course, but I do not know/can not find the syntax for working with arrays in Obj-C.
Any and all help is appreciated.