DEV Community

suLeeTate
suLeeTate

Posted on

takeThisKnowledge

Lesson 18 Discussion

  1. Explain in your own words the lesson.
  2. Include the following questions: Why should developers use adaptive layout tools in their applications? What is the difference between Auto Layout, constraints, and stack views?

A. Lesson 18 was about creating our first app on XCode and learning how to use functions in XCode like the Auto Layout, constraints and stack views.
B. Auto Layout is the system that XCode uses to make the app adaptive to the screen size of the device it’s displayed on. Constraints are parameters set and are unmoved regardless of the screen size. The Stack View option aligns the elements either horizontally or vertically in relation to the screen size.

Top comments (0)