C# Class MvvmCross.iOS.Views.MvxPageViewController

Inheritance: MvvmCross.Platform.iOS.Views.MvxEventSourcePageViewController, IMvxIosView
Afficher le fichier Open project: MvvmCross/MvvmCross

Méthodes publiques

Méthode Description
GetViewControllerForViewModel ( IMvxPagedViewModel queryVM ) : UIViewController
MvxPageViewController ( IntPtr handle ) : System
MvxPageViewController ( UIPageViewControllerTransitionStyle style = UIPageViewControllerTransitionStyle.Scroll, UIPageViewControllerNavigationOrientation orientation = UIPageViewControllerNavigationOrientation.Horizontal, UIPageViewControllerSpineLocation spine = UIPageViewControllerSpineLocation.None ) : System
NavigateToViewModel ( IMvxPagedViewModel targetVM, UIPageViewControllerNavigationDirection direction, bool animated = true ) : void
PrepareForSegue ( UIStoryboardSegue segue, NSObject sender ) : void
ViewDidLoad ( ) : void

Méthodes protégées

Méthode Description
InitializePaging ( ) : void

Method Details

GetViewControllerForViewModel() public méthode

public GetViewControllerForViewModel ( IMvxPagedViewModel queryVM ) : UIViewController
queryVM IMvxPagedViewModel
Résultat UIViewController

InitializePaging() protected méthode

protected InitializePaging ( ) : void
Résultat void

MvxPageViewController() public méthode

public MvxPageViewController ( IntPtr handle ) : System
handle System.IntPtr
Résultat System

MvxPageViewController() public méthode

public MvxPageViewController ( UIPageViewControllerTransitionStyle style = UIPageViewControllerTransitionStyle.Scroll, UIPageViewControllerNavigationOrientation orientation = UIPageViewControllerNavigationOrientation.Horizontal, UIPageViewControllerSpineLocation spine = UIPageViewControllerSpineLocation.None ) : System
style UIPageViewControllerTransitionStyle
orientation UIPageViewControllerNavigationOrientation
spine UIPageViewControllerSpineLocation
Résultat System

NavigateToViewModel() public méthode

public NavigateToViewModel ( IMvxPagedViewModel targetVM, UIPageViewControllerNavigationDirection direction, bool animated = true ) : void
targetVM IMvxPagedViewModel
direction UIPageViewControllerNavigationDirection
animated bool
Résultat void

PrepareForSegue() public méthode

public PrepareForSegue ( UIStoryboardSegue segue, NSObject sender ) : void
segue UIStoryboardSegue
sender NSObject
Résultat void

ViewDidLoad() public méthode

public ViewDidLoad ( ) : void
Résultat void