C# Class BeerDrinkin.iOS.InitialViewController

Show file Open project: MikeCodesDotNet/Beer-Drinkin

Public Methods

Method Description
InitialViewController ( IntPtr handle ) : System
ViewDidAppear ( bool animated ) : void
ViewDidDisappear ( bool animated ) : void

Method Details

InitialViewController() public method

public InitialViewController ( 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