Property | Type | Description | |
---|---|---|---|
UnknownCellIdentifier | NSString |
Method | Description | |
---|---|---|
CellDisplayingEnded ( UICollectionView collectionView, UICollectionViewCell cell, NSIndexPath indexPath ) : void | ||
GetCell ( UICollectionView collectionView, NSIndexPath indexPath ) : UICollectionViewCell | ||
ItemSelected ( UICollectionView collectionView, NSIndexPath indexPath ) : void | ||
NumberOfSections ( UICollectionView collectionView ) : nint | ||
ReloadData ( ) : void |
Method | Description | |
---|---|---|
GetItemAt ( NSIndexPath indexPath ) : object | ||
GetOrCreateCellFor ( UICollectionView collectionView, NSIndexPath indexPath, object item ) : UICollectionViewCell | ||
MvxBaseCollectionViewSource ( UICollectionView collectionView ) : System | ||
MvxBaseCollectionViewSource ( UICollectionView collectionView, NSString cellIdentifier ) : System |
public CellDisplayingEnded ( UICollectionView collectionView, UICollectionViewCell cell, NSIndexPath indexPath ) : void | ||
collectionView | UICollectionView | |
cell | UICollectionViewCell | |
indexPath | NSIndexPath | |
return | void |
public GetCell ( UICollectionView collectionView, NSIndexPath indexPath ) : UICollectionViewCell | ||
collectionView | UICollectionView | |
indexPath | NSIndexPath | |
return | UICollectionViewCell |
protected abstract GetItemAt ( NSIndexPath indexPath ) : object | ||
indexPath | NSIndexPath | |
return | object |
protected GetOrCreateCellFor ( UICollectionView collectionView, NSIndexPath indexPath, object item ) : UICollectionViewCell | ||
collectionView | UICollectionView | |
indexPath | NSIndexPath | |
item | object | |
return | UICollectionViewCell |
public ItemSelected ( UICollectionView collectionView, NSIndexPath indexPath ) : void | ||
collectionView | UICollectionView | |
indexPath | NSIndexPath | |
return | void |
protected MvxBaseCollectionViewSource ( UICollectionView collectionView ) : System | ||
collectionView | UICollectionView | |
return | System |
protected MvxBaseCollectionViewSource ( UICollectionView collectionView, NSString cellIdentifier ) : System | ||
collectionView | UICollectionView | |
cellIdentifier | NSString | |
return | System |
public NumberOfSections ( UICollectionView collectionView ) : nint | ||
collectionView | UICollectionView | |
return | nint |