Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Changing Base value layout for iphone, affects ipad layout

I have a layout with size class width any, height any which is currently working for iPad landscape. I have a task to design same layout for iPhone portrait.

When I started designing with size class of compact width ,regular height my base layout (any,any) also gets changed.

I am designing this using a storyboard.

Note : Please note - upload preview shows properly, but changes when I run on the simulator.

like image 826
sujay Avatar asked Aug 23 '16 14:08

sujay


1 Answers

You could create constraints specific to a certain size class in the size inspector. Also if you can give samples of what you want to achieve on the iPhone and iPad, I can give more concrete examples of the constraints.

enter image description here

like image 68
JingJingTao Avatar answered Sep 23 '22 02:09

JingJingTao