C# Class Neudesic.iBeacon.Trilat.MasterViewController

Inheritance: UITableViewController
Show file Open project: simonguest/gids

Public Methods

Method Description
DidReceiveMemoryWarning ( ) : void
HandleBeaconsFound ( object sender, BeaconFoundEventArgs e ) : void
MasterViewController ( IntPtr handle ) : System
PrepareForSegue ( UIStoryboardSegue segue, NSObject sender ) : void
ViewDidAppear ( bool animated ) : void
ViewDidLoad ( ) : void

Private Methods

Method Description
ReleaseDesignerOutlets ( ) : void

Method Details

DidReceiveMemoryWarning() public method

public DidReceiveMemoryWarning ( ) : void
return void

HandleBeaconsFound() public method

public HandleBeaconsFound ( object sender, BeaconFoundEventArgs e ) : void
sender object
e BeaconFoundEventArgs
return void

MasterViewController() public method

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

PrepareForSegue() public method

public PrepareForSegue ( UIStoryboardSegue segue, NSObject sender ) : void
segue UIStoryboardSegue
sender NSObject
return void

ViewDidAppear() public method

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

ViewDidLoad() public method

public ViewDidLoad ( ) : void
return void