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

Inheritance: UITabBarController, IMvxEventSourceViewController
Mostra file 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
MvxEventSourceTabBarController ( ) : System
MvxEventSourceTabBarController ( IntPtr handle ) : System

Method Details

Dispose() protected method

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

MvxEventSourceTabBarController() protected method

protected MvxEventSourceTabBarController ( ) : System
return System

MvxEventSourceTabBarController() protected method

protected MvxEventSourceTabBarController ( IntPtr handle ) : System
handle System.IntPtr
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