Property | Type | Description |
---|
Method | Description | |
---|---|---|
GetItemsCount ( UICollectionView collectionView, nint section ) : nint | ||
MvxCollectionViewSource ( UICollectionView collectionView ) : System | ||
MvxCollectionViewSource ( UICollectionView collectionView, NSString defaultCellIdentifier ) : System | ||
WaitAnimationsCompletedAsync ( ) : System.Threading.Tasks.Task |
Wait for all animations to finish
|
Method | Description | |
---|---|---|
CollectionChangedOnCollectionChanged ( object sender, |
||
Dispose ( bool disposing ) : void | ||
GetItemAt ( NSIndexPath indexPath ) : object |
protected CollectionChangedOnCollectionChanged ( object sender, |
||
sender | object | |
args | ||
return | void |
protected GetItemAt ( NSIndexPath indexPath ) : object | ||
indexPath | NSIndexPath | |
return | object |
public GetItemsCount ( UICollectionView collectionView, nint section ) : nint | ||
collectionView | UICollectionView | |
section | nint | |
return | nint |
public MvxCollectionViewSource ( UICollectionView collectionView ) : System | ||
collectionView | UICollectionView | |
return | System |
public MvxCollectionViewSource ( UICollectionView collectionView, NSString defaultCellIdentifier ) : System | ||
collectionView | UICollectionView | |
defaultCellIdentifier | NSString | |
return | System |
public WaitAnimationsCompletedAsync ( ) : System.Threading.Tasks.Task | ||
return | System.Threading.Tasks.Task |