C# 클래스 Smeedee.iOS.WidgetsScreen

상속: UIViewController
파일 보기 프로젝트 열기: Smeedee/Smeedee-Mobile

Private Properties

프로퍼티 타입 설명
AddToolbarItem void
AddWidgetsToScrollView void
CurrentPageIndex int
EmptyScrollView void
RemoveToolbarItem void
ResetView void
ScrollViewScrolled void
SetTitleLabels void

공개 메소드들

메소드 설명
DidRotate ( UIInterfaceOrientation fromInterfaceOrientation ) : void
ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool
ViewDidLoad ( ) : void
ViewWillAppear ( bool animated ) : void
WidgetsScreen ( IntPtr handle ) : System
WillRotate ( UIInterfaceOrientation toInterfaceOrientation, double duration ) : void

비공개 메소드들

메소드 설명
AddToolbarItem ( UIBarButtonItem item ) : void
AddWidgetsToScrollView ( ) : void
CurrentPageIndex ( ) : int
EmptyScrollView ( ) : void
RemoveToolbarItem ( ) : void
ResetView ( ) : void
ScrollViewScrolled ( object sender, EventArgs e ) : void
SetTitleLabels ( ) : void

메소드 상세

DidRotate() 공개 메소드

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

ShouldAutorotateToInterfaceOrientation() 공개 메소드

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

ViewDidLoad() 공개 메소드

public ViewDidLoad ( ) : void
리턴 void

ViewWillAppear() 공개 메소드

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

WidgetsScreen() 공개 메소드

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

WillRotate() 공개 메소드

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