C# Class MonoMobile.Views.NavigationController

Inheritance: UINavigationController
Afficher le fichier Open project: RobertKozak/MonoMobile.Views Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public DisposeOldViewController ( UIViewController controller ) : void
controller UIViewController
Résultat void

NavigationController() public méthode

public NavigationController ( ) : System
Résultat System

NavigationController() public méthode

public NavigationController ( NSCoder coder ) : System
coder NSCoder
Résultat System

NavigationController() public méthode

public NavigationController ( NSObjectFlag t ) : System
t NSObjectFlag
Résultat System

NavigationController() public méthode

public NavigationController ( UIViewController rootViewController ) : System
rootViewController UIViewController
Résultat System

NavigationController() public méthode

public NavigationController ( string nibName, NSBundle bundle ) : System
nibName string
bundle NSBundle
Résultat System

PopToRootViewController() public méthode

public PopToRootViewController ( bool animated ) : UIViewController[]
animated bool
Résultat UIViewController[]

PopToViewController() public méthode

public PopToViewController ( UIViewController viewController, bool animated ) : UIViewController[]
viewController UIViewController
animated bool
Résultat UIViewController[]

PopViewControllerAnimated() public méthode

public PopViewControllerAnimated ( bool animated ) : UIViewController
animated bool
Résultat UIViewController