I was wondering about a loop to create new UIImageViews at runtime. I want each UiImageView To Have A Different Name. If the user specifies that they want 100 images, 100 images are appropriately sized an placed in a specific area of the screen. They need to fill up a jar. Similar to the Starbucks Mobile Card App stars section, except there is an unlimited about of possible images.
How would I do this?
EDIT: The Image Views Should Fit Inside The Jar Below:

Thanks