C# Class FruityFalls.iOS.ViewController

Datei anzeigen Open project: xamarin/mobile-samples

Private Properties

Property Type Description
ReleaseDesignerOutlets void

Public Methods

Method Description
DidReceiveMemoryWarning ( ) : void
LoadGame ( object sender, EventArgs e ) : void
ViewController ( IntPtr handle ) : System
ViewDidAppear ( bool animated ) : void
ViewDidLoad ( ) : void
ViewWillDisappear ( bool animated ) : void

Private Methods

Method Description
ReleaseDesignerOutlets ( ) : void

Method Details

DidReceiveMemoryWarning() public method

public DidReceiveMemoryWarning ( ) : void
return void

LoadGame() public method

public LoadGame ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

ViewController() public method

public ViewController ( IntPtr handle ) : System
handle IntPtr
return System

ViewDidAppear() public method

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

ViewDidLoad() public method

public ViewDidLoad ( ) : void
return void

ViewWillDisappear() public method

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