* Update auto-layout@j2BL0sf3WjnJZZWa7cCjy.md * Update src/data/roadmaps/ios/content/auto-layout@j2BL0sf3WjnJZZWa7cCjy.md --------- Co-authored-by: dsh <daniel.s.holdsworth@gmail.com>pull/6058/head
parent
cc123f74ea
commit
01c78a8cf4
1 changed files with 7 additions and 1 deletions
@ -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 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) |
||||
|
Loading…
Reference in new issue