0

How to design Separate view Design for landscape and portrait in storyboard for ipad? I have learned to use Storyboard with Auto layout class. There is an option to add separate view for iPhone using wCompact and hRegular. But there is no option for ipad. Can any one suggest way to design seperate ipad landscape and ipad portrait using size class.

prakashsys
  • 125
  • 1
  • 9
  • i think you know that regular means large amount of screen space and compact means small amount of screen space – Bhavin Bhadani Apr 15 '15 at 11:09
  • I just answered this question where you asked about [size class constraints for the iPad](http://stackoverflow.com/questions/29650332/uitraitcollection-class-for-updating-the-size-class). – Kurt Anderson Apr 15 '15 at 23:11

1 Answers1

0

Read the text under Final Value

enter image description here enter image description here

Asadullah Ali
  • 1,056
  • 14
  • 31
  • 1
    iPad registers as wRegular hRegular whether it is in landscape or portrait orientation, so it's not as simple as designing two different layouts using the size classes you provided. – Kurt Anderson Apr 15 '15 at 22:27