|
|
|
|
513
|
navBarHidden: false, // make the nav bar hidden
|
513
|
navBarHidden: false, // make the nav bar hidden
|
514
|
navBarHideOnScroll: false, // make the nav bar hidden only after the user starts to scroll
|
514
|
navBarHideOnScroll: false, // make the nav bar hidden only after the user starts to scroll
|
515
|
navBarTranslucent: false, // make the nav bar semi-translucent, works best with drawUnderNavBar:true
|
515
|
navBarTranslucent: false, // make the nav bar semi-translucent, works best with drawUnderNavBar:true
|
|
|
516
|
+ navBarNoBorder: false, // hide the navigation bar bottom border (hair line). Default false
|
516
|
drawUnderNavBar: false, // draw the screen content under the nav bar, works best with navBarTranslucent:true
|
517
|
drawUnderNavBar: false, // draw the screen content under the nav bar, works best with navBarTranslucent:true
|
517
|
drawUnderTabBar: false, // draw the screen content under the tab bar (the tab bar is always translucent)
|
518
|
drawUnderTabBar: false, // draw the screen content under the tab bar (the tab bar is always translucent)
|
518
|
statusBarBlur: false, // blur the area under the status bar, works best with navBarHidden:true
|
519
|
statusBarBlur: false, // blur the area under the status bar, works best with navBarHidden:true
|