C# 클래스 EventApp.Views.ImageViewerViewController

파일 보기 프로젝트 열기: BobStolk/EventApp

공개 프로퍼티들

프로퍼티 타입 설명
CurrentPage int
ImagePaths string[]
IsModalView bool

공개 메소드들

메소드 설명
ImageViewerViewController ( IntPtr handle ) : System
ImageViewerViewController ( List images, int position ) : System
ViewDidLoad ( ) : void
ViewWillDisappear ( bool animated ) : void
barsController ( bool bars ) : void
barsStatusCheck ( ) : void
dismissImageViewer ( object sender, EventArgs e ) : void
hideBars ( ) : void
showBars ( ) : void

비공개 메소드들

메소드 설명
DecelerationEnded ( UIScrollView scrollView ) : void
OnViewTapped ( UITapGestureRecognizer gesture ) : void
ReleaseDesignerOutlets ( ) : void
handleRotation ( NSNotification notification ) : void

메소드 상세

ImageViewerViewController() 공개 메소드

public ImageViewerViewController ( IntPtr handle ) : System
handle IntPtr
리턴 System

ImageViewerViewController() 공개 메소드

public ImageViewerViewController ( List images, int position ) : System
images List
position int
리턴 System

ViewDidLoad() 공개 메소드

public ViewDidLoad ( ) : void
리턴 void

ViewWillDisappear() 공개 메소드

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

barsController() 공개 메소드

public barsController ( bool bars ) : void
bars bool
리턴 void

barsStatusCheck() 공개 메소드

public barsStatusCheck ( ) : void
리턴 void

dismissImageViewer() 공개 메소드

public dismissImageViewer ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

hideBars() 공개 메소드

public hideBars ( ) : void
리턴 void

showBars() 공개 메소드

public showBars ( ) : void
리턴 void

프로퍼티 상세

CurrentPage 공개적으로 프로퍼티

public int CurrentPage
리턴 int

ImagePaths 공개적으로 프로퍼티

public string[] ImagePaths
리턴 string[]

IsModalView 공개적으로 프로퍼티

public bool IsModalView
리턴 bool