C# 클래스 UICalendar.RotatingViewController

상속: UIViewController
파일 보기 프로젝트 열기: Clancey/UICalendar

공개 프로퍼티들

프로퍼티 타입 설명
notificationObserver NSObject

공개 메소드들

메소드 설명
DidRotate ( UIInterfaceOrientation fromInterfaceOrientation ) : void
RotatingViewController ( ) : System
RotatingViewController ( IntPtr handle ) : System
RotatingViewController ( string nibName, NSBundle bundle ) : System
SetupNavBar ( ) : void
ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool
ViewDidDisappear ( bool animated ) : void
ViewDidLoad ( ) : void
ViewWillAppear ( bool animated ) : void

비공개 메소드들

메소드 설명
RotatingViewController ( NSCoder coder ) : System
SetView ( ) : void
_removeAllViews ( ) : void
_showView ( UIView view ) : void
initialize ( ) : void

메소드 상세

DidRotate() 공개 메소드

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

RotatingViewController() 공개 메소드

public RotatingViewController ( ) : System
리턴 System

RotatingViewController() 공개 메소드

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

RotatingViewController() 공개 메소드

public RotatingViewController ( string nibName, NSBundle bundle ) : System
nibName string
bundle NSBundle
리턴 System

SetupNavBar() 공개 추상적인 메소드

public abstract SetupNavBar ( ) : void
리턴 void

ShouldAutorotateToInterfaceOrientation() 공개 메소드

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

ViewDidDisappear() 공개 메소드

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

ViewDidLoad() 공개 메소드

public ViewDidLoad ( ) : void
리턴 void

ViewWillAppear() 공개 메소드

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

프로퍼티 상세

notificationObserver 공개적으로 프로퍼티

public NSObject notificationObserver
리턴 NSObject