C# 클래스 Whereami.WhereamiViewController

파일 보기 프로젝트 열기: paulcbetts/BigNerdIOS-MonoDevelop 1 사용 예제들

Private Properties

프로퍼티 타입 설명
ReleaseDesignerOutlets void
findLocation void
foundLocation void

공개 메소드들

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

비공개 메소드들

메소드 설명
ReleaseDesignerOutlets ( ) : void
findLocation ( ) : void
foundLocation ( CLLocation loc ) : void

메소드 상세

DidReceiveMemoryWarning() 공개 메소드

public DidReceiveMemoryWarning ( ) : void
리턴 void

ShouldAutorotateToInterfaceOrientation() 공개 메소드

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

ViewDidLoad() 공개 메소드

public ViewDidLoad ( ) : void
리턴 void

ViewDidUnload() 공개 메소드

public ViewDidUnload ( ) : void
리턴 void

WhereamiViewController() 공개 메소드

public WhereamiViewController ( ) : System
리턴 System