diff --git a/packages/core/ui/core/view/index.d.ts b/packages/core/ui/core/view/index.d.ts index 4eeec3f88..696f9fbd3 100644 --- a/packages/core/ui/core/view/index.d.ts +++ b/packages/core/ui/core/view/index.d.ts @@ -392,6 +392,11 @@ export abstract class View extends ViewBase { * Enables or disables the iosOverflowSafeArea property for all children. This property is iOS specific. Default value: true */ iosOverflowSafeAreaEnabled: boolean; + + /** + * Gets or sets a value indicating whether the the view should totally ignore safe areas computation. This property is iOS specific. Default value: false + */ + iosIgnoreSafeArea: boolean; /** * Gets is layout is valid. This is a read-only property.