I'm currently facing the following issue:
My app dynamically creates images (320 x 480 pixels) and adds them to a NSMutableArray. I need those images inside that array in order to allow ...
I have to sets of images. Each set has 16 images. One set is called 0.png through to 15.png the other is a0.png through to a15.png.
In my app, it loads ...
I have created an app which has a library of images. I have imported the images in to my resources folder in Xcode and am currently loading them in to an ...
i made a square out of image-views. Each of them is an Object of an Array.
If i touch the upper left corner, i want the middle of my image-square to be ...