ios - iPhone objects not sizing correctly on different devices -


so i'm building application has different objects on viewcontroller. when run in on iphone 5/5s runs nicely, whereas on 6 , 6 plus looks messed up. used know how make work on devices, can't figure out anymore. can me please?

here photos more explanation:

6 plus:

6 plus

5s:

5s

please help, i'm new , i'd detailed explanation.

select both objects add following constraints:

one

and after that:

two

that should keep textfield , button in center on devices.


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -