StatusBar, NavigationBar and TabBar height are diffirent between platforms and orientations.
I would like to know the new height of all three before rotating to change my constraint in the viewWillTransition method.
UIApplication.SharedApplication.StatusBarFrame.Height give the current height.
Any Xamarin or Swift answer would be perfect.