So:
I added my image to a new UIImageView. Then with
Code:
myImageView.transform = CGAffineTransformMakeRotation(pi/4);
I was able to to the desired rotation.
But how do I get my image back into my background view so that it keeps its properties such as position, rotation, etc.? I can't figure it out.