Manually Adjusting UI for Rotation
- by Driss Zouak
In my view I have some number-pad type buttons that I want to manually adjust their X and Y when the view is rotated. I'm having trouble figuring out how to support this.
I have added in my ViewDidLoad
NSNotificationCenter.DefaultCenter.AddObserver("UIDeviceOrientationDidChangeNotification", DeviceRotated );
And I defined my DeviceRotated…