iphone - How to autorotate UIScrollView and UIImagewView programatically? -
I have a UIScrollView and a UIImageView, which I have created without any interactive builder program, how can I make sure That auto-rotate both horizontal orientation?
If you are subclassing UIViewController, even programmatically, Should just be sure to set the autresizing mask on the scroll view and the image view so that the mask is set to UIViewAutoresizingFlexibleWidth. UIViewAutoresizingFlexibleHeight
If you want to optimize new screen dimensions.
Comments
Post a Comment