Implement Page background option to span under status bar (iOS only for the moment)

This commit is contained in:
hshristov
2015-10-06 14:35:59 +03:00
parent a853726a30
commit 0ecb5d4dcd
11 changed files with 196 additions and 105 deletions

View File

@ -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 {