1 override of DetermineCellReuseId
Microsoft.Maui.Controls (1)
Handlers\Items\iOS\CarouselViewController.cs (1)
182
protected override string
DetermineCellReuseId
(NSIndexPath indexPath)
2 references to DetermineCellReuseId
Microsoft.Maui.Controls (2)
Handlers\Items\iOS\CarouselViewController.cs (1)
185
return base.
DetermineCellReuseId
(NSIndexPath.FromItemSection(itemIndex, 0));
Handlers\Items\iOS\ItemsViewController.cs (1)
109
var cell = collectionView.DequeueReusableCell(
DetermineCellReuseId
(indexPath), indexPath) as UICollectionViewCell;