Search code examples
iphoneobjective-cuiviewscale

Changing scale of UIView doesn't change size of objects inside of it?


When i change the scale of a UIView, the objects inside of it, UIButtons and such things, don't change size. How do i make them scale up and down with a UIView?


Solution

  • Have you tried modifying the autosizing parameters in Interface Builder's inspector view?enter image description here