C# Class MonoMobile.Views.NavigationController

Inheritance: UINavigationController
Exibir arquivo Open project: RobertKozak/MonoMobile.Views Class Usage Examples

Public Methods

Method Description
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

Method Details

DisposeOldViewController() public method

public DisposeOldViewController ( UIViewController controller ) : void
controller UIViewController
return void

NavigationController() public method

public NavigationController ( ) : System
return System

NavigationController() public method

public NavigationController ( NSCoder coder ) : System
coder NSCoder
return System

NavigationController() public method

public NavigationController ( NSObjectFlag t ) : System
t NSObjectFlag
return System

NavigationController() public method

public NavigationController ( UIViewController rootViewController ) : System
rootViewController UIViewController
return System

NavigationController() public method

public NavigationController ( string nibName, NSBundle bundle ) : System
nibName string
bundle NSBundle
return System

PopToRootViewController() public method

public PopToRootViewController ( bool animated ) : UIViewController[]
animated bool
return UIViewController[]

PopToViewController() public method

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

PopViewControllerAnimated() public method

public PopViewControllerAnimated ( bool animated ) : UIViewController
animated bool
return UIViewController