C# 클래스 MonoMobile.Views.NavigationController

상속: UINavigationController
파일 보기 프로젝트 열기: RobertKozak/MonoMobile.Views 1 사용 예제들

공개 메소드들

메소드 설명
DisposeOldViewController ( UIViewController controller ) : void
NavigationController ( ) : System
NavigationController ( NSCoder coder ) : System
NavigationController ( NSObjectFlag t ) : System
NavigationController ( UIViewController rootViewController ) : System
NavigationController ( string nibName, NSBundle bundle ) : System
PopToRootViewController ( bool animated ) : UIViewController[]
PopToViewController ( UIViewController viewController, bool animated ) : UIViewController[]
PopViewControllerAnimated ( bool animated ) : UIViewController

메소드 상세

DisposeOldViewController() 공개 메소드

public DisposeOldViewController ( UIViewController controller ) : void
controller UIViewController
리턴 void

NavigationController() 공개 메소드

public NavigationController ( ) : System
리턴 System

NavigationController() 공개 메소드

public NavigationController ( NSCoder coder ) : System
coder NSCoder
리턴 System

NavigationController() 공개 메소드

public NavigationController ( NSObjectFlag t ) : System
t NSObjectFlag
리턴 System

NavigationController() 공개 메소드

public NavigationController ( UIViewController rootViewController ) : System
rootViewController UIViewController
리턴 System

NavigationController() 공개 메소드

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

PopToRootViewController() 공개 메소드

public PopToRootViewController ( bool animated ) : UIViewController[]
animated bool
리턴 UIViewController[]

PopToViewController() 공개 메소드

public PopToViewController ( UIViewController viewController, bool animated ) : UIViewController[]
viewController UIViewController
animated bool
리턴 UIViewController[]

PopViewControllerAnimated() 공개 메소드

public PopViewControllerAnimated ( bool animated ) : UIViewController
animated bool
리턴 UIViewController