C# Class RawExpose.AlbumCollectionViewController

Inheritance: UICollectionViewController
Afficher le fichier Open project: xamarin/monotouch-samples

Méthodes publiques

Méthode Description
AlbumCollectionViewController ( IntPtr handle ) : System
GetCell ( UICollectionView collectionView, NSIndexPath indexPath ) : UICollectionViewCell
GetItemsCount ( UICollectionView collectionView, nint section ) : nint
ItemSelected ( UICollectionView collectionView, NSIndexPath indexPath ) : void
PrepareForSegue ( UIStoryboardSegue segue, NSObject sender ) : void
ViewDidLoad ( ) : void

Method Details

AlbumCollectionViewController() public méthode

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

GetCell() public méthode

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

GetItemsCount() public méthode

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

ItemSelected() public méthode

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

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