0

I am struggling last 30 Mintues to change the StatusBar Style to Dark so that. My Text and Icon are display as White. I try lots of thing But nothing is work for me.

Problem Image :

enter image description here

What I have tried :

1. In the AppDelegate.FinishedLaunching() file add the following way

UIApplication.SharedApplication.SetStatusBarStyle(UIStatusBarStyle,LightContent, false);

2. Add below code in ViewdidLoad method

NavigationController.NavigationBar.BarStyle = UIBarStyle.Black;

3. change the info.plist.

But nothing is Help for me.

Any Help will be Appreciated.

Harshad Pansuriya
  • 20,189
  • 8
  • 67
  • 95

1 Answers1

3
  1. Set Status bar style to "Light"

enter image description here

  1. Select plist source and add key-value pair i.e "View controller-based status bar appearance" -> "No"

enter image description here

miOS
  • 1,379
  • 13
  • 20