If you still want to create the UIImageViews in Interface Builder but you don't want all of those vars / outlets, you can giver them all tags in IB and then locate them using [self.view viewWithTag:x] for adding to the array.
If you want to create them entirely in code, you can use initWithFrame: to create them , then add them as subviews in the current view and add them to the array.
__________________

Free Games!
|