C# Class RoundProgressViewDemo.RoundProgressViewDemoViewController

Inheritance: UIViewController
Afficher le fichier Open project: martinbowling/MonoTouchRoundProgress Class Usage Examples

Méthodes publiques

Méthode Description
DidReceiveMemoryWarning ( ) : void
RoundProgressViewDemoViewController ( ) : System
ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool
ViewDidLoad ( ) : void
ViewDidUnload ( ) : void

Private Methods

Méthode Description
ReleaseDesignerOutlets ( ) : void

Method Details

DidReceiveMemoryWarning() public méthode

public DidReceiveMemoryWarning ( ) : void
Résultat void

RoundProgressViewDemoViewController() public méthode

public RoundProgressViewDemoViewController ( ) : System
Résultat System

ShouldAutorotateToInterfaceOrientation() public méthode

public ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool
toInterfaceOrientation UIInterfaceOrientation
Résultat bool

ViewDidLoad() public méthode

public ViewDidLoad ( ) : void
Résultat void

ViewDidUnload() public méthode

public ViewDidUnload ( ) : void
Résultat void