How to change the layout constraint based on Landscape and portrait mode iOS swift Storyboard

Problem:

 I want to design an app with both landscape and portrait mode.In constraint i know its complicated.How can i achieve this?

Solution:

It's possible when you design with different layout and storyboards.I mean you can design two storyboards for portrait and Landscape if your designs are complicated.Otherwise you can manage by your constraint skills.

You can change the storyboard once the user phone layout mode changes.It will workout for Images problems in Layouts design.

Comments

Popular posts from this blog

Invalid bundle error while upload the app to the app Store

Convert NsNumber, NSDate to String in iOS Swift

Global LocationManager Singleton class iOS Swift