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 |
public CanPerform ( MonoTouch action, NSObject withSender ) : bool | ||
action | MonoTouch | |
withSender | NSObject | |
Résultat | bool |
public GetCell ( UICollectionView collectionView, NSIndexPath indexPath ) : UICollectionViewCell | ||
collectionView | UICollectionView | |
indexPath | NSIndexPath | |
Résultat | UICollectionViewCell |
public GetItemsCount ( UICollectionView collectionView, int section ) : int | ||
collectionView | UICollectionView | |
section | int | |
Résultat | int |
public NumberOfSections ( UICollectionView collectionView ) : int | ||
collectionView | UICollectionView | |
Résultat | int |
public ShouldShowMenu ( UICollectionView collectionView, NSIndexPath indexPath ) : bool | ||
collectionView | UICollectionView | |
indexPath | NSIndexPath | |
Résultat | bool |
public UICollectionViewExample ( UICollectionViewLayout layout ) : System | ||
layout | UICollectionViewLayout | |
Résultat | System |