C# Class ApplicationModel.iOS.UIViewController1

Inheritance: UIViewController
Show file Open project: inthehand/Charming

Public Methods

Method Description
DidReceiveMemoryWarning ( ) : void
UIViewController1 ( ) : System
ViewDidAppear ( bool animated ) : void
ViewDidLoad ( ) : void

Private Methods

Method Description
A_ReadingChanged ( Accelerometer sender, AccelerometerReadingChangedEventArgs args ) : void
B_TouchUpInside ( object sender, EventArgs e ) : void
UIViewController1_DataRequested ( object sender, InTheHand e ) : void

Method Details

DidReceiveMemoryWarning() public method

public DidReceiveMemoryWarning ( ) : void
return void

UIViewController1() public method

public UIViewController1 ( ) : System
return System

ViewDidAppear() public method

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

ViewDidLoad() public method

public ViewDidLoad ( ) : void
return void