I use Status Bar in one common subroutine only (to change color and/or to hide / show)
nativeObjectInstance = dataCommon.applicationInstance
nativeObjectInstance.GetField ("statusBar").SetField ("backgroundColor", nativeObjectInstance.ColorToUIColor (intColorStatusBarBackground))
nativeObjectInstance.RunMethod ("setStatusBarHidden:animated:", Array (Not (booleanShowStatusBar), False))
I looked suggestions on stackoverflow, but did not find something easy and correct.
Unlike to get UIStatusBarManager from Page is simple, this object does not offer status bar view or something like this.
So a logic of Apple developers is unclear for me.
Meanwhile UINavigationBarAppearance looks enough interesting. But I did not try, because I use SlideMenu also.
Any ideas ? XCode 10 works yet, but not for a long time.