cocoa touch - iPhone autoresizing -


Is the coco-touch a "stick-down" autorecising mode? Actually, I've got a UIImageView in the lower part of another UIView. When the size of UIView changes, I do not want to change the size of UIImageView, but keep it at the bottom of the UIView, while the other sub-views are only resizing in my UIView above the UIImageView.

Is it easy to assume that you want to change the image view horizontally:

 

P>
imageview Facade mask = UIViewAutoresizingFlexibleTopMargin | UIViewAutoresizingFlexibleWidth;

Comments