Skip to content
This repository was archived by the owner on Nov 17, 2022. It is now read-only.

Commit 0eaa608

Browse files
authored
Merge pull request #1597 from rdlauer/patch-10
Adding a link to nslayouts.com
2 parents 276f98d + a349b95 commit 0eaa608

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/ui/layouts/layouts.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ Layout is the process of measuring and positioning of Layout containers and thei
1414

1515
Layout completes in two passes—a measure pass and a layout pass. To this end, each `View` provides a `measure` and `layout` methods. Additionally, each layout container provides its own `onMeasure` and `onLayout` to achieve its own specific layout.
1616

17+
> Looking for a fun and easy way to learn about NativeScript layout containers? Try the interactive tutorials available at [nslayouts.com](https://www.nslayouts.com/)!
18+
1719
## Measure Pass
1820

1921
During the measure pass, each `View` is measured to retrieve its desired size. The measure pass evaluates the following properties:

0 commit comments

Comments
 (0)