Moving a UIIMageView outside of a UIScrollView
Posted
by user359570
on Stack Overflow
See other posts from Stack Overflow
or by user359570
Published on 2010-06-06T06:33:53Z
Indexed on
2010/06/06
6:42 UTC
Read the original article
Hit count: 163
Hello,
At the bottom part of my main UIView, I've an UIScrollView with an UIImageView inside.
I'd like to move the UIIMageView from the UIScrollView to the top part of my UIView.
I'm able to move my UIImageView inside the UIScrollView, but outside, I can't. The UIImageView remains in the UIScrollView, it's parent.
Any idea?
Thanks in advance for any help.
Best regards,
Alx
© Stack Overflow or respective owner