C# 클래스 SidebarNavigation.SidebarController

상속: UIViewController
파일 보기 프로젝트 열기: fpt-software/Wordpress-Client 1 사용 예제들

Private Properties

프로퍼티 타입 설명
CaptureStatusBarImage UIKit.UIImage
GetStatusImage void
HideComplete void
HideShadow void
HideStatusImage void
Initialize void
Pan void
SetLocation void
SetViewSize void
SetVisibleView void
ShouldReceiveTouch bool
ShowShadow void
ShowShadowWhileDragging void

공개 메소드들

메소드 설명
ChangeContentView ( UIViewController newContentView ) : void

Replaces the content area view controller with the specified view controller.

CloseMenu ( bool animate = true ) : void

Hides the slideout navigation menu.

DidRotate ( UIInterfaceOrientation fromInterfaceOrientation ) : void
OpenMenu ( ) : void

Shows the slideout navigation menu.

SidebarController ( IntPtr handle ) : System

Required contructor.

SidebarController ( UIViewController rootViewController, UIViewController contentAreaController, UIViewController navigationAreaController ) : System

Contructor.

ToggleMenu ( ) : void

Toggles the menu open or closed.

ViewDidLayoutSubviews ( ) : void
ViewWillAppear ( bool animated ) : void
WillRotate ( UIInterfaceOrientation toInterfaceOrientation, double duration ) : void

비공개 메소드들

메소드 설명
CaptureStatusBarImage ( ) : UIKit.UIImage

Gets a static image of the status bar.

GetStatusImage ( ) : void

Places the static status image.

HideComplete ( ) : void
HideShadow ( ) : void

Hides the shadow of the root view.

HideStatusImage ( ) : void

Hides the static status bar image.

Initialize ( UIViewController currentViewController, UIViewController navigationViewController ) : void
Pan ( UIView view ) : void

Pan the specified view.

SetLocation ( CoreGraphics.CGRect frame ) : void

Sets the location of the root view.

SetViewSize ( ) : void

Sets the size of the root view.

SetVisibleView ( ) : void

Places the root view on top of the navigation view.

ShouldReceiveTouch ( UIGestureRecognizer gesture, UITouch touch ) : bool

Should the receive touch.

ShowShadow ( float position ) : void

Shows the shadow.

ShowShadowWhileDragging ( ) : void

Shows the shadow of the root view while dragging.

메소드 상세

ChangeContentView() 공개 메소드

Replaces the content area view controller with the specified view controller.
public ChangeContentView ( UIViewController newContentView ) : void
newContentView UIViewController /// New content view. ///
리턴 void

CloseMenu() 공개 메소드

Hides the slideout navigation menu.
public CloseMenu ( bool animate = true ) : void
animate bool
리턴 void

DidRotate() 공개 메소드

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

OpenMenu() 공개 메소드

Shows the slideout navigation menu.
public OpenMenu ( ) : void
리턴 void

SidebarController() 공개 메소드

Required contructor.
public SidebarController ( IntPtr handle ) : System
handle System.IntPtr
리턴 System

SidebarController() 공개 메소드

Contructor.
public SidebarController ( UIViewController rootViewController, UIViewController contentAreaController, UIViewController navigationAreaController ) : System
rootViewController UIViewController
contentAreaController UIViewController /// The view controller for the content area. ///
navigationAreaController UIViewController /// The view controller for the side menu. ///
리턴 System

ToggleMenu() 공개 메소드

Toggles the menu open or closed.
public ToggleMenu ( ) : void
리턴 void

ViewDidLayoutSubviews() 공개 메소드

public ViewDidLayoutSubviews ( ) : void
리턴 void

ViewWillAppear() 공개 메소드

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

WillRotate() 공개 메소드

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