views:

232

answers:

1

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,

A: 

Check Autoresizing in IB or code for each of your views.

Jordan