C# Class Simple.iOS.Sample.ImagesViewController

Inheritance: UICollectionViewController
Afficher le fichier Open project: daniel-luberda/FFImageLoading

Protected Properties

Свойство Type Description
currentURL string

Méthodes publiques

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

Méthodes protégées

Méthode Description
ImageSelected ( int imageIndex ) : void

Private Methods

Méthode Description
TapReloadAll ( Foundation sender ) : void

Method Details

DidReceiveMemoryWarning() public méthode

public DidReceiveMemoryWarning ( ) : void
Résultat void

GetCell() public méthode

public GetCell ( UICollectionView collectionView, Foundation indexPath ) : UICollectionViewCell
collectionView UICollectionView
indexPath Foundation
Résultat UICollectionViewCell

GetItemsCount() public méthode

public GetItemsCount ( UICollectionView collectionView, nint section ) : nint
collectionView UICollectionView
section nint
Résultat nint

ImageSelected() protected méthode

protected ImageSelected ( int imageIndex ) : void
imageIndex int
Résultat void

ImagesViewController() public méthode

public ImagesViewController ( IntPtr handle ) : System
handle System.IntPtr
Résultat System

ItemSelected() public méthode

public ItemSelected ( UICollectionView collectionView, Foundation indexPath ) : void
collectionView UICollectionView
indexPath Foundation
Résultat void

NumberOfSections() public méthode

public NumberOfSections ( UICollectionView collectionView ) : nint
collectionView UICollectionView
Résultat nint

PrepareForSegue() public méthode

public PrepareForSegue ( UIStoryboardSegue segue, NSObject sender ) : void
segue UIStoryboardSegue
sender NSObject
Résultat void

ViewDidLoad() public méthode

public ViewDidLoad ( ) : void
Résultat void

ViewWillAppear() public méthode

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

ViewWillDisappear() public méthode

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

Property Details

currentURL protected_oe property

protected string currentURL
Résultat string