iOS Question change the color of status bar

Ju Yang

Active Member
Licensed User
Longtime User
when i set nav.NavigationBarVisible=False,the code doesn't work ,in this case ,how to change the color of
status bar

B4X:
Dim OBJNavBar AsNativeObject = NavControl
OBJNavBar.GetField("navigationBar").RunMethod("setBarTintColor:", Array(OBJNavBar.ColorToUIColor(Colors.Yellow)))
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…