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

enter image description here

and use autoresizing form utilities

enter image description here

you can code :

view.autoresizingmask = (uiviewautoresizingflexiblewidth |                                   uiviewautoresizingflexibleleftmargin); 

Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -