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.
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
Post a Comment