Hello,
In my iPhone app, I have a UIView inside the content view, and I have some controls inside the UIView. I've set the autosize properties for these controls in Interface Builder, but it seems that they're getting autosized relative to the whole content view, instead of relative to their superview. However, it specifically says in the documentation that autosize works relative to the superview. Is there something special I have to do to get my controls to be autosized relative to their superview, rather than the entire content view?
Please help... I've been banging my head over this for days. Thanks in advance!