I would like to Implement a UIScrollView which should hold an image which is the same width as the screen, but a lot larger in height.
DO I add a UIImageView to the scrollView or how is this done?
Thanks in advance.
I would like to Implement a UIScrollView which should hold an image which is the same width as the screen, but a lot larger in height.
DO I add a UIImageView to the scrollView or how is this done?
Thanks in advance.
Yes, that is the correct way to go. Don't forget to set the contentSize of the UIScrollView.