C# 클래스 Carousel.AppRootViewController

파일 보기 프로젝트 열기: roland/Carousel

Private Properties

프로퍼티 타입 설명
AppRootViewController System
Initialize void
ScrollViewDecelerationStarted void

공개 메소드들

메소드 설명
AppRootViewController ( ) : System
AppRootViewController ( IntPtr handle ) : System
ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool
ViewDidLoad ( ) : void

비공개 메소드들

메소드 설명
AppRootViewController ( NSCoder coder ) : System
Initialize ( ) : void
ScrollViewDecelerationStarted ( object sender, EventArgs e ) : void

메소드 상세

AppRootViewController() 공개 메소드

public AppRootViewController ( ) : System
리턴 System

AppRootViewController() 공개 메소드

public AppRootViewController ( IntPtr handle ) : System
handle IntPtr
리턴 System

ShouldAutorotateToInterfaceOrientation() 공개 메소드

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

ViewDidLoad() 공개 메소드

public ViewDidLoad ( ) : void
리턴 void