C# 클래스 Recipe2Dot2Reorienting.MyViewController

상속: UIViewController
파일 보기 프로젝트 열기: lobrien/iPhone-Developer-s-Cookbook-in-Monotouch 1 사용 예제들

공개 메소드들

메소드 설명
LoadView ( ) : void
MyViewController ( ) : System
MyViewController ( IntPtr handle ) : System
ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool
WillRotate ( UIInterfaceOrientation toInterfaceOrientation, double duration ) : void

메소드 상세

LoadView() 공개 메소드

public LoadView ( ) : void
리턴 void

MyViewController() 공개 메소드

public MyViewController ( ) : System
리턴 System

MyViewController() 공개 메소드

public MyViewController ( IntPtr handle ) : System
handle System.IntPtr
리턴 System

ShouldAutorotateToInterfaceOrientation() 공개 메소드

public ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool
toInterfaceOrientation UIInterfaceOrientation
리턴 bool

WillRotate() 공개 메소드

public WillRotate ( UIInterfaceOrientation toInterfaceOrientation, double duration ) : void
toInterfaceOrientation UIInterfaceOrientation
duration double
리턴 void