C# Class LondonBike.ProgressLoadingView

Inheritance: UIAlertView
Exibir arquivo Open project: nicwise/londonbikeapp

Public Methods

Method Description
Hide ( ) : void
Show ( string title, int steps ) : void
StepProgress ( ) : void

Method Details

Hide() public method

public Hide ( ) : void
return void

Show() public method

public Show ( string title, int steps ) : void
title string
steps int
return void

StepProgress() public method

public StepProgress ( ) : void
return void