I have a UIView in Interface Builder and set up different UIImageViews for the background images that I want displayed that are not going to move at all (thus I didn't think I needed IBOutlets for them).
However, when the view is loaded on the iPad, it shows a black screen, and none of the images are shown.
Does something need to be set in Interface Builder to show the images?
Thanks