C# 클래스 MonoTouch.Dialog.Extensions.InchFractionElement.MyViewController

상속: UIViewController
파일 보기 프로젝트 열기: SuperYeti/MonoTouch.Dialog.Extensions

공개 메소드들

메소드 설명
DidRotate ( UIInterfaceOrientation fromInterfaceOrientation ) : void
MyViewController ( InchFractionElement container ) : System
ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool
ViewWillAppear ( bool animated ) : void
ViewWillDisappear ( bool animated ) : void

메소드 상세

DidRotate() 공개 메소드

public DidRotate ( UIInterfaceOrientation fromInterfaceOrientation ) : void
fromInterfaceOrientation UIInterfaceOrientation
리턴 void

MyViewController() 공개 메소드

public MyViewController ( InchFractionElement container ) : System
container InchFractionElement
리턴 System

ShouldAutorotateToInterfaceOrientation() 공개 메소드

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

ViewWillAppear() 공개 메소드

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

ViewWillDisappear() 공개 메소드

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