C# Class BeerDrinkin.iOS.TabBarController

Inheritance: UITabBarController
Show file Open project: MikeCodesDotNet/Beer-Drinkin

Public Methods

Method Description
SetupTabChangeAnimation ( ) : void
TabBarController ( IntPtr handle ) : System
ViewDidAppear ( bool animated ) : void

Private Methods

Method Description
ReleaseDesignerOutlets ( ) : void

Method Details

SetupTabChangeAnimation() public method

public SetupTabChangeAnimation ( ) : void
return void

TabBarController() public method

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

ViewDidAppear() public method

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