If you only need basic images, you can create it and then load it into a UIImageView like this: (assuming you have defined and run it)
imageView.image = [UIImage imageNamed:@"YOUR-Image-File.png"];
If you want them to rotate, make sure that the center of each image is the point from which you want to rotate.
, , .