C# 클래스 ZoomingPdfViewer.DataViewController

상속: UIViewController
파일 보기 프로젝트 열기: xamarin/monotouch-samples 1 사용 예제들

Private Properties

프로퍼티 타입 설명
ReleaseDesignerOutlets void
RestoreScale void

공개 메소드들

메소드 설명
DataViewController ( IntPtr handle ) : System
DidRotate ( UIInterfaceOrientation fromInterfaceOrientation ) : void
ViewDidLayoutSubviews ( ) : void
ViewDidLoad ( ) : void
ViewWillAppear ( bool animated ) : void

비공개 메소드들

메소드 설명
ReleaseDesignerOutlets ( ) : void
RestoreScale ( ) : void

메소드 상세

DataViewController() 공개 메소드

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

DidRotate() 공개 메소드

public DidRotate ( UIInterfaceOrientation fromInterfaceOrientation ) : void
fromInterfaceOrientation UIInterfaceOrientation
리턴 void

ViewDidLayoutSubviews() 공개 메소드

public ViewDidLayoutSubviews ( ) : void
리턴 void

ViewDidLoad() 공개 메소드

public ViewDidLoad ( ) : void
리턴 void

ViewWillAppear() 공개 메소드

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