2 overrides of CreateDelegator
Microsoft.Maui.Controls.Compatibility (2)
iOS\CollectionView\CarouselViewController.cs (1)
137
protected override UICollectionViewDelegateFlowLayout
CreateDelegator
() => new CarouselViewDelegator(ItemsViewLayout, this);
iOS\CollectionView\SelectableItemsViewController.cs (1)
18
protected override UICollectionViewDelegateFlowLayout
CreateDelegator
()
1 reference to CreateDelegator
Microsoft.Maui.Controls.Compatibility (1)
iOS\CollectionView\ItemsViewController.cs (1)
192
Delegator =
CreateDelegator
();