These are the steps.
1) Add this line in the AppDelegate.cs
UIApplication.SharedApplication.StatusBarHidden = true;
2) Add the “UIViewControllerBasedStatusBarAppearance” property in the “info.plist” and set it as “No”
Happy programming!!!
These are the steps.
1) Add this line in the AppDelegate.cs
UIApplication.SharedApplication.StatusBarHidden = true;
2) Add the “UIViewControllerBasedStatusBarAppearance” property in the “info.plist” and set it as “No”
Happy programming!!!