1 override of DetermineCellReuseId
Microsoft.Maui.Controls.Compatibility (1)
iOS\CollectionView\CarouselViewController.cs (1)
139 protected override string DetermineCellReuseId()
2 references to DetermineCellReuseId
Microsoft.Maui.Controls.Compatibility (2)
iOS\CollectionView\CarouselViewController.cs (1)
144 return base.DetermineCellReuseId();
iOS\CollectionView\ItemsViewController.cs (1)
84 var cell = collectionView.DequeueReusableCell(DetermineCellReuseId(), indexPath) as UICollectionViewCell;