C# Class NPhotoViewController.PhotoViewController

Inheritance: UIViewController
Exibir arquivo Open project: conceptdev/NPhotoScroller Class Usage Examples

Private Properties

Property Type Description
configurePage void
dequeueRecycledPage ImageScrollView
frameForPageAtIndex System.Drawing.RectangleF
imageAtIndex UIImage
imageNameAtIndex string
imageSizeAtIndex System.Drawing.SizeF
isDisplayingPageForIndex bool
tilePages void

Public Methods

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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

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

protected Dispose ( bool disposing ) : void
disposing bool
return void

LoadView() public method

public LoadView ( ) : void
return void

PhotoViewController() public method

public PhotoViewController ( ) : System
return System

ShouldAutorotateToInterfaceOrientation() public method

public ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool
toInterfaceOrientation UIInterfaceOrientation
return bool

ViewDidUnload() public method

public ViewDidUnload ( ) : void
return void

WillAnimateRotation() public method

public WillAnimateRotation ( UIInterfaceOrientation toInterfaceOrientation, double duration ) : void
toInterfaceOrientation UIInterfaceOrientation
duration double
return void

WillRotate() public method

public WillRotate ( UIInterfaceOrientation toInterfaceOrientation, double duration ) : void
toInterfaceOrientation UIInterfaceOrientation
duration double
return void