Friday 15 June 2012

objective c - How do you keep the UIImageView "full screen" on iPhone while scrolling up/down the uiscrollview -


What I'm trying to do is keep an image view of the "full screen" size which I have with a scroll view For example:

For example: I set the size of the iPhone to the size of the iPhone using the range, so the image-view / height of the iPhone lets say the screen is 300. But the height / length of the scroll view is 1000. Obviously, when the user scrolls down, he passes through the bottom of the image and now the image is no longer a background.

How do I image the image to keep up with scrolling so that it still shows in their eyes as the background?

Why do not make scrolling transparent and set an image view behind it?

No comments:

Post a Comment