C# Class Cirrious.MvvmCross.Touch.Views.Presenters.MvxTouchViewPresenter

Inheritance: MvxBaseTouchViewPresenter
Mostrar archivo Open project: Everbridge/sm-MvvmCross Class Usage Examples

Public Methods

Method Description
ChangePresentation ( MvxPresentationHint hint ) : void
Close ( IMvxViewModel toClose ) : void
CloseModalViewController ( ) : void
MvxTouchViewPresenter ( IUIApplicationDelegate applicationDelegate, UIWindow window ) : Cirrious.CrossCore.Exceptions
NativeModalViewControllerDisappearedOnItsOwn ( ) : void
PresentModalViewController ( UIViewController viewController, bool animated ) : bool
Show ( IMvxTouchView view ) : void
Show ( MvxViewModelRequest request ) : void

Protected Methods

Method Description
CreateNavigationController ( UIViewController viewController ) : UINavigationController
OnMasterNavigationControllerCreated ( ) : void
SetWindowRootViewController ( UIViewController controller ) : void
ShowFirstView ( UIViewController viewController ) : void

Method Details

ChangePresentation() public method

public ChangePresentation ( MvxPresentationHint hint ) : void
hint MvxPresentationHint
return void

Close() public method

public Close ( IMvxViewModel toClose ) : void
toClose IMvxViewModel
return void

CloseModalViewController() public method

public CloseModalViewController ( ) : void
return void

CreateNavigationController() protected method

protected CreateNavigationController ( UIViewController viewController ) : UINavigationController
viewController UIViewController
return UINavigationController

MvxTouchViewPresenter() public method

public MvxTouchViewPresenter ( IUIApplicationDelegate applicationDelegate, UIWindow window ) : Cirrious.CrossCore.Exceptions
applicationDelegate IUIApplicationDelegate
window UIWindow
return Cirrious.CrossCore.Exceptions

NativeModalViewControllerDisappearedOnItsOwn() public method

public NativeModalViewControllerDisappearedOnItsOwn ( ) : void
return void

OnMasterNavigationControllerCreated() protected method

protected OnMasterNavigationControllerCreated ( ) : void
return void

PresentModalViewController() public method

public PresentModalViewController ( UIViewController viewController, bool animated ) : bool
viewController UIViewController
animated bool
return bool

SetWindowRootViewController() protected method

protected SetWindowRootViewController ( UIViewController controller ) : void
controller UIViewController
return void

Show() public method

public Show ( IMvxTouchView view ) : void
view IMvxTouchView
return void

Show() public method

public Show ( MvxViewModelRequest request ) : void
request MvxViewModelRequest
return void

ShowFirstView() protected method

protected ShowFirstView ( UIViewController viewController ) : void
viewController UIViewController
return void