Article sections

    Please check out the statusbarbackgroundcolor

    variable to modify the background color of the iOS status bar.

    Moreover, please consider the darkmodestatusbarbackgroundcolor to set another background color of the iOS status bar while the user is in iOS Dark Mode.

     

    The colors need this kind of format (only edit the bold number items):

     

    UIColor(red: CGFloat(255 / 255.0), green: CGFloat(255 / 255.0), blue: CGFloat(255 / 255.0), alpha: CGFloat(1.0))

     

    You can find the relevant number items for each color, here: https://htmlcolorcodes.com/color-picker/ (use the RGB color scheme)

    Use the statusbarcolor boolean (white or black) to switch the iOS status bar’s text color.

    in WebViewGold for iOS