Skip to main content
added 10 characters in body
Source Link
Lucas
  • 6.7k
  • 3
  • 27
  • 46

You can do this without writing any line of code!
Do the following to make the status bar text color white through the whole app

On you project plist file:

  • Status bar style: UIStatusBarStyleLightContentTransparent black style (alpha of 0.5)
  • View controller-based status bar appearance: NO
  • Status bar is initially hidden: NO

You can do this without writing any line of code!
Do the following to make the status bar text color white through the whole app

On you project plist file:

  • Status bar style: UIStatusBarStyleLightContent
  • View controller-based status bar appearance: NO
  • Status bar is initially hidden: NO

You can do this without writing any line of code!
Do the following to make the status bar text color white through the whole app

On you project plist file:

  • Status bar style: Transparent black style (alpha of 0.5)
  • View controller-based status bar appearance: NO
  • Status bar is initially hidden: NO
deleted 83 characters in body
Source Link
Lucas
  • 6.7k
  • 3
  • 27
  • 46

DoYou can do this without writing any line of code!
Do the following to make the status bar text color white through the whole appwhole app

On you project plistproject plist file:

  • Status bar style: UIStatusBarStyleLightContent
  • View controller-based status bar appearance: NO
  • Status bar is initially hidden: NO

No need to implement preferredStatusBarStyle or call setNeedsStatusBarAppearanceUpdate if you want the same behavior throughout the app.

Do the following to make the status bar text color white through the whole app

On you project plist file:

  • Status bar style: UIStatusBarStyleLightContent
  • View controller-based status bar appearance: NO
  • Status bar is initially hidden: NO

No need to implement preferredStatusBarStyle or call setNeedsStatusBarAppearanceUpdate if you want the same behavior throughout the app.

You can do this without writing any line of code!
Do the following to make the status bar text color white through the whole app

On you project plist file:

  • Status bar style: UIStatusBarStyleLightContent
  • View controller-based status bar appearance: NO
  • Status bar is initially hidden: NO
added 3 characters in body
Source Link
Lucas
  • 6.7k
  • 3
  • 27
  • 46

Do the following to make the status bar text color white through the whole app.whole app

On you project plist file:

  • Status bar style: UIStatusBarStyleLightContent
  • View controller-based status bar appearance: NO
  • Status bar is initially hidden: NO

No need to implement preferredStatusBarStyle or call setNeedsStatusBarAppearanceUpdate if you want the same behavior throughout the app.

Do the following to make the status bar text color white through the whole app.

On you project plist file:

  • Status bar style: UIStatusBarStyleLightContent
  • View controller-based status bar appearance: NO
  • Status bar is initially hidden: NO

No need to implement preferredStatusBarStyle or call setNeedsStatusBarAppearanceUpdate if you want the same behavior throughout the app.

Do the following to make the status bar text color white through the whole app

On you project plist file:

  • Status bar style: UIStatusBarStyleLightContent
  • View controller-based status bar appearance: NO
  • Status bar is initially hidden: NO

No need to implement preferredStatusBarStyle or call setNeedsStatusBarAppearanceUpdate if you want the same behavior throughout the app.

Source Link
Lucas
  • 6.7k
  • 3
  • 27
  • 46
Loading