C# Class Reachability.ReachabilityViewController

Inheritance: UIViewController
Afficher le fichier Open project: danclarke/Reachability Class Usage Examples

Private Properties

Свойство Type Description
ReleaseDesignerOutlets void

Méthodes publiques

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

Méthodes protégées

Méthode Description
HandleReachabilityUpdated ( object sender, ReachabilityEventArgs e ) : void
UpdateStatusLabel ( ReachabilityStatus status, UILabel label ) : void

Private Methods

Méthode Description
ReleaseDesignerOutlets ( ) : void

Method Details

DidReceiveMemoryWarning() public méthode

public DidReceiveMemoryWarning ( ) : void
Résultat void

HandleReachabilityUpdated() protected méthode

protected HandleReachabilityUpdated ( object sender, ReachabilityEventArgs e ) : void
sender object
e ReachabilityEventArgs
Résultat void

ReachabilityViewController() public méthode

public ReachabilityViewController ( ) : System
Résultat System

ShouldAutorotateToInterfaceOrientation() public méthode

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

UpdateStatusLabel() protected méthode

protected UpdateStatusLabel ( ReachabilityStatus status, UILabel label ) : void
status ReachabilityStatus
label UILabel
Résultat void

ViewDidLoad() public méthode

public ViewDidLoad ( ) : void
Résultat void

ViewDidUnload() public méthode

public ViewDidUnload ( ) : void
Résultat void

ViewWillAppear() public méthode

public ViewWillAppear ( bool animated ) : void
animated bool
Résultat void