2 references to MauiCollectionView
Microsoft.Maui.Controls (2)
Handlers\Items\iOS\ItemsViewController.cs (1)
188
var collectionView = new
MauiCollectionView
(CGRect.Empty, ItemsViewLayout);
Handlers\Items2\iOS\ItemsViewController2.cs (1)
185
var collectionView = new Items.
MauiCollectionView
(CGRect.Empty, ItemsViewLayout);