iOS

iOS Auto Layouts

iOS Auto Layouts

Auto layouts are used in iOS to ensure applications look the same in portrait and landscape mode across all device sizes. Based on the constraint values that you set for constraints, the auto layout dynamically calculates the size of the view and modifies the controls.

  • You require a user interface that can adapt to numerous devices and orientations automatically.
  • It should be adaptable and versatile so that it can adjust to changing situations.
  • You can accomplish this by utilising the Auto Layout function; it is not an optional feature that you must enable; it is already present, and all you need to do is learn how to use it.

So, let's make a new project called AdaptiveUIDemo and open the storyboard file in it.

At the bottom, you can change the current device perspective.


  • You can choose between portrait and landscape orientations
  • You can choose from various device sizes, including numerous iPad sizes, a Plus-size iPhone, iPhone X, iPhone SE, and even the smallest iPhone 4S.

The ViewController is initially displayed in Xcode roughly the same way it would appear on an iPhone 8 in portrait mode. We've placed multiple labels in each of the four corners.


At the bottom of the storyboard, you can see that we're using an iPhone 8, and we've selected the iPhone 8 Plus simulator in the Xcode toolbar.



Because the iPhone 8 Plus has a larger screen than the iPhone 8, there is some vacant space at the bottom. Let's change the simulator's orientation to landscape.


Select Rotate Left or Rotate Right from the Hardware menu.


Top course recommendations for you

    What is SQL Triggers?
    1 hrs
    Intermediate
    10.9K+ Learners
    4.44  (383)
    WordPress with Docker
    1 hrs
    Beginner
    7.1K+ Learners
    4.49  (292)
    C++ Tutorial
    2 hrs
    Beginner
    43.9K+ Learners
    4.46  (2125)
    OOPs Concepts in C++
    2 hrs
    Beginner
    27.6K+ Learners
    4.46  (1517)
    Robotic Process Automation
    3 hrs
    Beginner
    10.8K+ Learners
    4.62  (487)
    Docker Swarm
    1 hrs
    Beginner
    1.4K+ Learners
    4.57  (72)
    Factorial Program in C
    2 hrs
    Beginner
    3.9K+ Learners
    4.43  (129)
    Jenkins Tutorial
    1 hrs
    Beginner
    7K+ Learners
    4.54  (369)
    Dockerize Spring Boot Application
    1 hrs
    Intermediate
    2.9K+ Learners
    4.37  (111)
    Python Data Structures
    1 hrs
    Beginner
    23.9K+ Learners
    4.54  (1275)