C# Class EventApp.Views.ImageViewerViewController

Afficher le fichier Open project: BobStolk/EventApp

Méthodes publiques

Свойство Type Description
CurrentPage int
ImagePaths string[]
IsModalView bool

Méthodes publiques

Méthode 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

Méthode Description
DecelerationEnded ( UIScrollView scrollView ) : void
OnViewTapped ( UITapGestureRecognizer gesture ) : void
ReleaseDesignerOutlets ( ) : void
handleRotation ( NSNotification notification ) : void

Method Details

ImageViewerViewController() public méthode

public ImageViewerViewController ( IntPtr handle ) : System
handle IntPtr
Résultat System

ImageViewerViewController() public méthode

public ImageViewerViewController ( List images, int position ) : System
images List
position int
Résultat System

ViewDidLoad() public méthode

public ViewDidLoad ( ) : void
Résultat void

ViewWillDisappear() public méthode

public ViewWillDisappear ( bool animated ) : void
animated bool
Résultat void

barsController() public méthode

public barsController ( bool bars ) : void
bars bool
Résultat void

barsStatusCheck() public méthode

public barsStatusCheck ( ) : void
Résultat void

dismissImageViewer() public méthode

public dismissImageViewer ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

hideBars() public méthode

public hideBars ( ) : void
Résultat void

showBars() public méthode

public showBars ( ) : void
Résultat void

Property Details

CurrentPage public_oe property

public int CurrentPage
Résultat int

ImagePaths public_oe property

public string[] ImagePaths
Résultat string[]

IsModalView public_oe property

public bool IsModalView
Résultat bool