How to hide the status bar in iOS 7 using Xamarin Forms
In order to hide the status bar, one has to add 2 properties in the Info.plist file. Edit the file and switch to Source view. Add an entry named UIStatusBarHidden and set the value to true. Add ...