UIScrollView issue with autorotation and content scaling
- by boliva
Hi,
I'm building a new (autorotating) iPad app that consists mainly of a screen sized UIScrollView that contains an UIImageView for an image which is 5 times the iPad screen resolution while in portrait mode (3840x1024).
What I haven't been able to accomplish is that whenever the device rotates (to whichever orientation) the imageView bounds and…