Smeedee.iOS.RadioGroupTableViewController.WillRotate C# (CSharp) 메소드

WillRotate() 공개 메소드

public WillRotate ( UIInterfaceOrientation toInterfaceOrientation, double duration ) : void
toInterfaceOrientation UIInterfaceOrientation
duration double
리턴 void
		public override void WillRotate(UIInterfaceOrientation toInterfaceOrientation, double duration)
		{
			Platform.Orientation = toInterfaceOrientation;
		}