C# 클래스 LondonBike.CompassView

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

공개 메소드들

메소드 설명
CompassView ( ) : System
CompassView ( IntPtr handle ) : System
Initialize ( ) : void
UpdateCompassLabel ( string newText ) : void
ViewDidLoad ( ) : void

비공개 메소드들

메소드 설명
CompassView ( NSCoder coder ) : System

메소드 상세

CompassView() 공개 메소드

public CompassView ( ) : System
리턴 System

CompassView() 공개 메소드

public CompassView ( IntPtr handle ) : System
handle System.IntPtr
리턴 System

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void

UpdateCompassLabel() 공개 메소드

public UpdateCompassLabel ( string newText ) : void
newText string
리턴 void

ViewDidLoad() 공개 메소드

public ViewDidLoad ( ) : void
리턴 void