C# Class BuildItArSample.iOS.ViewController

Inheritance: UIViewController
Datei anzeigen Open project: builttoroam/BuildIt

Private Properties

Property Type Description
LocationManager_LocationsUpdated void
PopulateWorld void
ReleaseDesignerOutlets void
RotationChanged void
UpdateElementsOnScreen void

Public Methods

Method Description
ViewController ( IntPtr handle ) : System
ViewDidAppear ( bool animated ) : void
ViewDidDisappear ( bool animated ) : void
ViewDidLoad ( ) : void
ViewDidUnload ( ) : void

Private Methods

Method Description
LocationManager_LocationsUpdated ( object sender, CLLocationsUpdatedEventArgs e ) : void
PopulateWorld ( ) : void
ReleaseDesignerOutlets ( ) : void
RotationChanged ( NSNotification notification ) : void
UpdateElementsOnScreen ( float roll, float pitch, float yaw ) : void

Method Details

ViewController() public method

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

ViewDidLoad() public method

public ViewDidLoad ( ) : void
return void

ViewDidUnload() public method

public ViewDidUnload ( ) : void
return void