mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-26 03:01:51 +08:00
Implement Page background option to span under status bar (iOS only for the moment)
This commit is contained in:
@ -7,9 +7,7 @@ export class Layout extends layoutBase.LayoutBase implements definition.Layout {
|
||||
|
||||
constructor() {
|
||||
super();
|
||||
|
||||
this._view = new UIView();
|
||||
this._view.autoresizesSubviews = false;
|
||||
}
|
||||
|
||||
get ios(): UIView {
|
||||
|
Reference in New Issue
Block a user