How can I generate images to randomly appear on screen in multiple locations because with the interface builder you can only place a certain amount of images on screen?
Although I think I understand your overall concern, this statement is not true. You can place as many images as you want with IB. There's no reason they can't overlap or even be hidden, one behind the other.Since its only possible in the Interface Builder to place a certain number of images...
What is your concern? Do you want to understand how views are added as subviews? Or how views are positioned within their super view? Or are you just wondering how a UIImageView is positioned using Interface Builder?Is there a way to look at the interface builder code to see how the images are placed?