C# 클래스 Reachability.ReachabilityViewController

상속: UIViewController
파일 보기 프로젝트 열기: danclarke/Reachability 1 사용 예제들

Private Properties

프로퍼티 타입 설명
ReleaseDesignerOutlets void

공개 메소드들

메소드 설명
DidReceiveMemoryWarning ( ) : void
ReachabilityViewController ( ) : System
ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool
ViewDidLoad ( ) : void
ViewDidUnload ( ) : void
ViewWillAppear ( bool animated ) : void

보호된 메소드들

메소드 설명
HandleReachabilityUpdated ( object sender, ReachabilityEventArgs e ) : void
UpdateStatusLabel ( ReachabilityStatus status, UILabel label ) : void

비공개 메소드들

메소드 설명
ReleaseDesignerOutlets ( ) : void

메소드 상세

DidReceiveMemoryWarning() 공개 메소드

public DidReceiveMemoryWarning ( ) : void
리턴 void

HandleReachabilityUpdated() 보호된 메소드

protected HandleReachabilityUpdated ( object sender, ReachabilityEventArgs e ) : void
sender object
e ReachabilityEventArgs
리턴 void

ReachabilityViewController() 공개 메소드

public ReachabilityViewController ( ) : System
리턴 System

ShouldAutorotateToInterfaceOrientation() 공개 메소드

public ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool
toInterfaceOrientation UIInterfaceOrientation
리턴 bool

UpdateStatusLabel() 보호된 메소드

protected UpdateStatusLabel ( ReachabilityStatus status, UILabel label ) : void
status ReachabilityStatus
label UILabel
리턴 void

ViewDidLoad() 공개 메소드

public ViewDidLoad ( ) : void
리턴 void

ViewDidUnload() 공개 메소드

public ViewDidUnload ( ) : void
리턴 void

ViewWillAppear() 공개 메소드

public ViewWillAppear ( bool animated ) : void
animated bool
리턴 void