I've noticed that the top status bar is being hidden when Xamarin iOS app is rotated to landscape. Is there anyway to show the status bar always in Portrait & Landscape mode?
Have tried using the below code in AppDelegate.cs and added Key in info.plist, but no use.
In Appdelegate.cs
UIApplication.SharedApplication.SetStatusBarHidden(false, UIStatusBarAnimation.None);
info.plist
UIViewControllerBasedStatusBarAppearance