First time here? Check out the FAQ!
answered 2014-03-10 13:08:39 -0600
Found a solution to the problem, I added the following two lines after the code that posted above:
CGAffineTransform xform = CGAffineTransformMakeRotation(-M_PI / 2); image_view.transform = xform;