I'm creating a Universal application using Swift. I have used Storyboard and Auto-Layouts. Requirement is of creating a universal application which will support Portrait orientation only for iPhone and Landscape orientation only for iPad.
I have developed UI for iPhone and now I will be starting iPad UI.
Also UI created for iPhone is not same as UI created for iPad, both UI's are quite different.
I'm thinking of to create separate storyboards for iPhone and iPad. Is there any proper way to achieve this?