From 01c78a8cf4c2c7cad6c5e2c5088b2d2f43601d6c Mon Sep 17 00:00:00 2001 From: mrgsdev <157994617+mrgsdev@users.noreply.github.com> Date: Fri, 5 Jul 2024 10:28:04 +0300 Subject: [PATCH] Update auto-layout@j2BL0sf3WjnJZZWa7cCjy.md (#6037) * Update auto-layout@j2BL0sf3WjnJZZWa7cCjy.md * Update src/data/roadmaps/ios/content/auto-layout@j2BL0sf3WjnJZZWa7cCjy.md --------- Co-authored-by: dsh --- .../ios/content/auto-layout@j2BL0sf3WjnJZZWa7cCjy.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/data/roadmaps/ios/content/auto-layout@j2BL0sf3WjnJZZWa7cCjy.md b/src/data/roadmaps/ios/content/auto-layout@j2BL0sf3WjnJZZWa7cCjy.md index bfe63c9ad..14dcf5af6 100644 --- a/src/data/roadmaps/ios/content/auto-layout@j2BL0sf3WjnJZZWa7cCjy.md +++ b/src/data/roadmaps/ios/content/auto-layout@j2BL0sf3WjnJZZWa7cCjy.md @@ -1 +1,7 @@ -# Auto layout \ No newline at end of file +# Auto layout + +Auto Layout dynamically calculates the size and position of all the views in your view hierarchy, based on constraints placed on those views. For example, you can constrain a button so that it is horizontally centered with an Image view and so that the button’s top edge always remains 8 points below the image’s bottom. If the image view’s size or position changes, the button’s position automatically adjusts to match. + +Learn more from the following resources: + +[@official@Understanding Auto Layout](https://developer.apple.com/library/archive/documentation/UserExperience/Conceptual/AutolayoutPG/index.html)