C# Class EventApp.Views.ImageViewerViewController

Mostra file Open project: BobStolk/EventApp

Public Properties

Property Type Description
CurrentPage int
ImagePaths string[]
IsModalView bool

Public Methods

Method Description
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

Private Methods

Method Description
DecelerationEnded ( UIScrollView scrollView ) : void
OnViewTapped ( UITapGestureRecognizer gesture ) : void
ReleaseDesignerOutlets ( ) : void
handleRotation ( NSNotification notification ) : void

Method Details

ImageViewerViewController() public method

public ImageViewerViewController ( IntPtr handle ) : System
handle IntPtr
return System

ImageViewerViewController() public method

public ImageViewerViewController ( List images, int position ) : System
images List
position int
return System

ViewDidLoad() public method

public ViewDidLoad ( ) : void
return void

ViewWillDisappear() public method

public ViewWillDisappear ( bool animated ) : void
animated bool
return void

barsController() public method

public barsController ( bool bars ) : void
bars bool
return void

barsStatusCheck() public method

public barsStatusCheck ( ) : void
return void

dismissImageViewer() public method

public dismissImageViewer ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

hideBars() public method

public hideBars ( ) : void
return void

showBars() public method

public showBars ( ) : void
return void

Property Details

CurrentPage public_oe property

public int CurrentPage
return int

ImagePaths public_oe property

public string[] ImagePaths
return string[]

IsModalView public_oe property

public bool IsModalView
return bool