C# Class NPhotoViewController.PhotoViewController

Inheritance: UIViewController
Afficher le fichier Open project: conceptdev/NPhotoScroller Class Usage Examples

Private Properties

Свойство Type Description
configurePage void
dequeueRecycledPage ImageScrollView
frameForPageAtIndex System.Drawing.RectangleF
imageAtIndex UIImage
imageNameAtIndex string
imageSizeAtIndex System.Drawing.SizeF
isDisplayingPageForIndex bool
tilePages void

Méthodes publiques

Méthode Description
LoadView ( ) : void
PhotoViewController ( ) : System
ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool
ViewDidUnload ( ) : void
WillAnimateRotation ( UIInterfaceOrientation toInterfaceOrientation, double duration ) : void
WillRotate ( UIInterfaceOrientation toInterfaceOrientation, double duration ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
configurePage ( ImageScrollView page, int index ) : void
dequeueRecycledPage ( ) : ImageScrollView
frameForPageAtIndex ( int index ) : RectangleF
imageAtIndex ( int index ) : UIImage
imageNameAtIndex ( int index ) : string
imageSizeAtIndex ( int index ) : SizeF
isDisplayingPageForIndex ( int index ) : bool
tilePages ( ) : void

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

LoadView() public méthode

public LoadView ( ) : void
Résultat void

PhotoViewController() public méthode

public PhotoViewController ( ) : System
Résultat System

ShouldAutorotateToInterfaceOrientation() public méthode

public ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool
toInterfaceOrientation UIInterfaceOrientation
Résultat bool

ViewDidUnload() public méthode

public ViewDidUnload ( ) : void
Résultat void

WillAnimateRotation() public méthode

public WillAnimateRotation ( UIInterfaceOrientation toInterfaceOrientation, double duration ) : void
toInterfaceOrientation UIInterfaceOrientation
duration double
Résultat void

WillRotate() public méthode

public WillRotate ( UIInterfaceOrientation toInterfaceOrientation, double duration ) : void
toInterfaceOrientation UIInterfaceOrientation
duration double
Résultat void