C# Class Simple.iOS.Sample.ImagesViewController

Inheritance: UICollectionViewController
Datei anzeigen Open project: daniel-luberda/FFImageLoading

Protected Properties

Property Type Description
currentURL string

Public Methods

Method Description
DidReceiveMemoryWarning ( ) : void
GetCell ( UICollectionView collectionView, Foundation indexPath ) : UICollectionViewCell
GetItemsCount ( UICollectionView collectionView, nint section ) : nint
ImagesViewController ( IntPtr handle ) : System
ItemSelected ( UICollectionView collectionView, Foundation indexPath ) : void
NumberOfSections ( UICollectionView collectionView ) : nint
PrepareForSegue ( UIStoryboardSegue segue, NSObject sender ) : void
ViewDidLoad ( ) : void
ViewWillAppear ( bool animated ) : void
ViewWillDisappear ( bool animated ) : void

Protected Methods

Method Description
ImageSelected ( int imageIndex ) : void

Private Methods

Method Description
TapReloadAll ( Foundation sender ) : void

Method Details

DidReceiveMemoryWarning() public method

public DidReceiveMemoryWarning ( ) : void
return void

GetCell() public method

public GetCell ( UICollectionView collectionView, Foundation indexPath ) : UICollectionViewCell
collectionView UICollectionView
indexPath Foundation
return UICollectionViewCell

GetItemsCount() public method

public GetItemsCount ( UICollectionView collectionView, nint section ) : nint
collectionView UICollectionView
section nint
return nint

ImageSelected() protected method

protected ImageSelected ( int imageIndex ) : void
imageIndex int
return void

ImagesViewController() public method

public ImagesViewController ( IntPtr handle ) : System
handle System.IntPtr
return System

ItemSelected() public method

public ItemSelected ( UICollectionView collectionView, Foundation indexPath ) : void
collectionView UICollectionView
indexPath Foundation
return void

NumberOfSections() public method

public NumberOfSections ( UICollectionView collectionView ) : nint
collectionView UICollectionView
return nint

PrepareForSegue() public method

public PrepareForSegue ( UIStoryboardSegue segue, NSObject sender ) : void
segue UIStoryboardSegue
sender NSObject
return void

ViewDidLoad() public method

public ViewDidLoad ( ) : void
return void

ViewWillAppear() public method

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

ViewWillDisappear() public method

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

Property Details

currentURL protected_oe property

protected string currentURL
return string