C# Class MvvmCross.Platform.iOS.Views.MvxEventSourcePageViewController

Inheritance: UIPageViewController, IMvxEventSourceViewController
Datei anzeigen Open project: MvvmCross/MvvmCross

Public Methods

Method Description
MvxEventSourcePageViewController ( IntPtr handle ) : System
MvxEventSourcePageViewController ( UIPageViewControllerTransitionStyle style, UIPageViewControllerNavigationOrientation orientation, UIPageViewControllerSpineLocation spine ) : System
ViewDidAppear ( bool animated ) : void
ViewDidDisappear ( bool animated ) : void
ViewDidLayoutSubviews ( ) : void
ViewDidLoad ( ) : void
ViewWillAppear ( bool animated ) : void
ViewWillDisappear ( bool animated ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

MvxEventSourcePageViewController() public method

public MvxEventSourcePageViewController ( IntPtr handle ) : System
handle System.IntPtr
return System

MvxEventSourcePageViewController() public method

public MvxEventSourcePageViewController ( UIPageViewControllerTransitionStyle style, UIPageViewControllerNavigationOrientation orientation, UIPageViewControllerSpineLocation spine ) : System
style UIPageViewControllerTransitionStyle
orientation UIPageViewControllerNavigationOrientation
spine UIPageViewControllerSpineLocation
return System

ViewDidAppear() public method

public ViewDidAppear ( bool animated ) : void
animated bool
return void

ViewDidDisappear() public method

public ViewDidDisappear ( bool animated ) : void
animated bool
return void

ViewDidLayoutSubviews() public method

public ViewDidLayoutSubviews ( ) : void
return void

ViewDidLoad() public method

public ViewDidLoad ( ) : void
return void

ViewWillAppear() public method

public ViewWillAppear ( bool animated ) : void
animated bool
return void

ViewWillDisappear() public method

public ViewWillDisappear ( bool animated ) : void
animated bool
return void