1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-12 12:13:58 +02:00
mrgsdev
2024-07-05 10:28:04 +03:00
committed by GitHub
parent cc123f74ea
commit 01c78a8cf4

View File

@@ -1 +1,7 @@
# Auto layout
# 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 buttons top edge always remains 8 points below the images bottom. If the image views size or position changes, the buttons 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)