Search code examples
iphonexcode4

XCode4 Autosizing Can't Adjust Inside the Box


I am unable to adjust the autosizing INSIDE the box. How do I adjust or do I have to recreate the view...?

image


Solution

  • The autosizing behavior is how a view's size and position changes relative to it's parent when it's parent changes. So to adjust inside the box, you'd be adjusting subviews.

    Are you saying that view has subviews and you want to adjust their autosizing? You can just select the subviews and adjust them.