mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
refactor: rename iosExpandSafeArea to iosOverflowSafeArea
Update type definitions.
This commit is contained in:
committed by
Martin Yankov
parent
f40d6c1a97
commit
806d82288b
@@ -1,4 +1,4 @@
|
||||
<GridLayout rows="*, *, *" columns="*, *, *" class="grid" iosExpandSafeArea="false">
|
||||
<GridLayout rows="*, *, *" columns="*, *, *" class="grid" iosOverflowSafeArea="false">
|
||||
<Label row="0" col="0" text="overflowing text, overflowing text"></Label>
|
||||
<Label row="0" col="1" text="overflowing text, overflowing text"></Label>
|
||||
<Label row="0" col="2" text="overflowing text, overflowing text"></Label>
|
||||
|
||||
Reference in New Issue
Block a user