UIView autoresize problem
Posted
by Chonch
on Stack Overflow
See other posts from Stack Overflow
or by Chonch
Published on 2010-05-18T12:57:12Z
Indexed on
2010/05/18
13:01 UTC
Read the original article
Hit count: 615
Hey,
I have a UIView with several subviews: one UIImageView and a couple of UIViews. When I change the frame property of the view, the imageView's size changes accordingly, but the rest of the subviews remain in their original size!
I can't figure out what I'm doing wrong. Can anybody help?
Thanks,
© Stack Overflow or respective owner