Shouldn\'t there be a way to resize the frame of a UIView after you\'ve added subviews so that the frame is the size needed to enclose all the subviews? If your subviews are
[myView sizeToFit];
Should work, why don't you check the CGRect before and after?