I'm trying to randomly display an image when my view loads. I don't want it to be from a UIButton, just whenever the view loads.
I've added the UIImage View to my View Controller http://bit.ly/1aopaMV and I've created a property for it.
@property (strong, nonatomic) IBOutlet UIImageView *imageView;
I'm not sure how to add images to the UIImage View and do it randomly.
Any help would be appreciated, I'm a total noob.
Thanks in advance.