C# Class Reachability.ReachabilityViewController

Inheritance: UIViewController
Mostrar archivo Open project: danclarke/Reachability Class Usage Examples

Private Properties

Property Type Description
ReleaseDesignerOutlets void

Public Methods

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

Protected Methods

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

Private Methods

Method Description
ReleaseDesignerOutlets ( ) : void

Method Details

DidReceiveMemoryWarning() public method

public DidReceiveMemoryWarning ( ) : void
return void

HandleReachabilityUpdated() protected method

protected HandleReachabilityUpdated ( object sender, ReachabilityEventArgs e ) : void
sender object
e ReachabilityEventArgs
return void

ReachabilityViewController() public method

public ReachabilityViewController ( ) : System
return System

ShouldAutorotateToInterfaceOrientation() public method

public ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool
toInterfaceOrientation UIInterfaceOrientation
return bool

UpdateStatusLabel() protected method

protected UpdateStatusLabel ( ReachabilityStatus status, UILabel label ) : void
status ReachabilityStatus
label UILabel
return void

ViewDidLoad() public method

public ViewDidLoad ( ) : void
return void

ViewDidUnload() public method

public ViewDidUnload ( ) : void
return void

ViewWillAppear() public method

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