C# Class XamarinEvolveIOS.PlaceListViewController

Inheritance: UIViewController
Exibir arquivo Open project: bholmes/XamarinEvolve2013Project Class Usage Examples

Public Methods

Method Description
PlaceListViewController ( ) : System
ViewDidLoad ( ) : void
ViewWillAppear ( bool animated ) : void

Protected Methods

Method Description
ShowLocatinError ( PlaceList placeList, GeolocationResult result ) : void

Method Details

PlaceListViewController() public method

public PlaceListViewController ( ) : System
return System

ShowLocatinError() protected method

protected ShowLocatinError ( PlaceList placeList, GeolocationResult result ) : void
placeList XamarinEvolveSSLibrary.PlaceList
result GeolocationResult
return void

ViewDidLoad() public method

public ViewDidLoad ( ) : void
return void

ViewWillAppear() public method

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