Submitted by tom on 6 May, 2013 - 21:49
So often you need to show a UIImage which allows zooming & panning. You could either use a fullblown imageview controller (which takes over all ownership of the image viewing), or write it yourself within your viewcontroller.