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

Inheritance: UICollectionViewController, IMvxEventSourceViewController
ファイルを表示 Open project: MvvmCross/MvvmCross

Public Methods

Method Description
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
MvxEventSourceCollectionViewController ( IntPtr handle ) : System
MvxEventSourceCollectionViewController ( UICollectionViewLayout layout ) : System
MvxEventSourceCollectionViewController ( string nibName, NSBundle bundle ) : System

Method Details

Dispose() protected method

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

MvxEventSourceCollectionViewController() protected method

protected MvxEventSourceCollectionViewController ( IntPtr handle ) : System
handle System.IntPtr
return System

MvxEventSourceCollectionViewController() protected method

protected MvxEventSourceCollectionViewController ( UICollectionViewLayout layout ) : System
layout UICollectionViewLayout
return System

MvxEventSourceCollectionViewController() protected method

protected MvxEventSourceCollectionViewController ( string nibName, NSBundle bundle ) : System
nibName string
bundle NSBundle
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