C# 클래스 Spinnaker.Sample.iPad.Spinnaker_Sample_iPadViewController

상속: UIViewController
파일 보기 프로젝트 열기: Claytonious/spinnaker

Private Properties

프로퍼티 타입 설명
ReleaseDesignerOutlets void
ShouldAutorotateToInterfaceOrientation bool

공개 메소드들

메소드 설명
DidReceiveMemoryWarning ( ) : void
Spinnaker_Sample_iPadViewController ( IntPtr handle ) : System
ViewDidAppear ( bool animated ) : void
ViewDidDisappear ( bool animated ) : void
ViewDidLoad ( ) : void
ViewWillAppear ( bool animated ) : void
ViewWillDisappear ( bool animated ) : void

비공개 메소드들

메소드 설명
ReleaseDesignerOutlets ( ) : void
ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool

메소드 상세

DidReceiveMemoryWarning() 공개 메소드

public DidReceiveMemoryWarning ( ) : void
리턴 void

Spinnaker_Sample_iPadViewController() 공개 메소드

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

ViewDidAppear() 공개 메소드

public ViewDidAppear ( bool animated ) : void
animated bool
리턴 void

ViewDidDisappear() 공개 메소드

public ViewDidDisappear ( bool animated ) : void
animated bool
리턴 void

ViewDidLoad() 공개 메소드

public ViewDidLoad ( ) : void
리턴 void

ViewWillAppear() 공개 메소드

public ViewWillAppear ( bool animated ) : void
animated bool
리턴 void

ViewWillDisappear() 공개 메소드

public ViewWillDisappear ( bool animated ) : void
animated bool
리턴 void