AdvancedColorPicker.ColorPickerViewController.DidRotate C# (CSharp) Method

DidRotate() public method

public DidRotate ( UIInterfaceOrientation fromInterfaceOrientation ) : void
fromInterfaceOrientation UIInterfaceOrientation
return void
        public override void DidRotate(UIInterfaceOrientation fromInterfaceOrientation)
        {
            base.DidRotate (fromInterfaceOrientation);
            if (UIDevice.CurrentDevice.SystemVersion.StartsWith("4.")){
                PositionIndicators();
            }
        }