Base:
1 override of GetCell
Microsoft.Maui.Controls (1)
Handlers\Items\iOS\CarouselViewController.cs (1)
46
public override UICollectionViewCell
GetCell
(UICollectionView collectionView, NSIndexPath indexPath)
1 reference to GetCell
Microsoft.Maui.Controls (1)
Handlers\Items\iOS\CarouselViewController.cs (1)
68
cell = base.
GetCell
(collectionView, indexPath);