ios - Any other method to resize views, other than Auto-layout -
i building app, exclusively iphones , has portrait view. have never used autolayout before , don't think have time learn now. can use else, have views resize devices(iphone 4s, 5/5s, 6/6+)?
remove autolayout , sizeclasses
and use autoresizing form utilities
you can code :
view.autoresizingmask = (uiviewautoresizingflexiblewidth | uiviewautoresizingflexibleleftmargin);
Comments
Post a Comment