Méthode | Description | |
---|---|---|
ChangePresentation ( |
||
Close ( IMvxViewModel toClose ) : void | ||
CloseModalViewController ( ) : void | ||
MvxIosViewPresenter ( IUIApplicationDelegate applicationDelegate, UIWindow window ) : MvvmCross.Core.ViewModels | ||
NativeModalViewControllerDisappearedOnItsOwn ( ) : void | ||
PresentModalViewController ( UIViewController viewController, bool animated ) : bool | ||
Show ( IMvxIosView view ) : void | ||
Show ( |
Méthode | Description | |
---|---|---|
CreateNavigationController ( UIViewController viewController ) : UINavigationController | ||
OnMasterNavigationControllerCreated ( ) : void | ||
SetWindowRootViewController ( UIViewController controller ) : void | ||
ShowFirstView ( UIViewController viewController ) : void |
public ChangePresentation ( |
||
hint | ||
Résultat | void |
public Close ( IMvxViewModel toClose ) : void | ||
toClose | IMvxViewModel | |
Résultat | void |
protected CreateNavigationController ( UIViewController viewController ) : UINavigationController | ||
viewController | UIViewController | |
Résultat | UINavigationController |
public MvxIosViewPresenter ( IUIApplicationDelegate applicationDelegate, UIWindow window ) : MvvmCross.Core.ViewModels | ||
applicationDelegate | IUIApplicationDelegate | |
window | UIWindow | |
Résultat | MvvmCross.Core.ViewModels |
public NativeModalViewControllerDisappearedOnItsOwn ( ) : void | ||
Résultat | void |
protected OnMasterNavigationControllerCreated ( ) : void | ||
Résultat | void |
public PresentModalViewController ( UIViewController viewController, bool animated ) : bool | ||
viewController | UIViewController | |
animated | bool | |
Résultat | bool |
protected SetWindowRootViewController ( UIViewController controller ) : void | ||
controller | UIViewController | |
Résultat | void |
public Show ( |
||
request | ||
Résultat | void |
protected ShowFirstView ( UIViewController viewController ) : void | ||
viewController | UIViewController | |
Résultat | void |