C# Class Crayon.Sample.UICollectionViewExample

Inheritance: UICollectionViewController
Afficher le fichier Open project: jamilgeor/Crayon

Méthodes publiques

Méthode Description
CanPerform ( MonoTouch action, NSObject withSender ) : bool
GetCell ( UICollectionView collectionView, NSIndexPath indexPath ) : UICollectionViewCell
GetItemsCount ( UICollectionView collectionView, int section ) : int
NumberOfSections ( UICollectionView collectionView ) : int
ShouldShowMenu ( UICollectionView collectionView, NSIndexPath indexPath ) : bool
UICollectionViewExample ( UICollectionViewLayout layout ) : System
ViewDidLoad ( ) : void

Method Details

CanPerform() public méthode

public CanPerform ( MonoTouch action, NSObject withSender ) : bool
action MonoTouch
withSender NSObject
Résultat bool

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, int section ) : int
collectionView UICollectionView
section int
Résultat int

NumberOfSections() public méthode

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

ShouldShowMenu() public méthode

public ShouldShowMenu ( UICollectionView collectionView, NSIndexPath indexPath ) : bool
collectionView UICollectionView
indexPath NSIndexPath
Résultat bool

UICollectionViewExample() public méthode

public UICollectionViewExample ( UICollectionViewLayout layout ) : System
layout UICollectionViewLayout
Résultat System

ViewDidLoad() public méthode

public ViewDidLoad ( ) : void
Résultat void