2 references to ShellTableViewController
Microsoft.Maui.Controls (2)
Compatibility\Handlers\Shell\iOS\ShellFlyoutContentRenderer.cs (1)
45 return new ShellTableViewController(_shellContext, OnElementSelected);
Compatibility\Handlers\Shell\iOS\ShellTableViewController.cs (1)
20 public ShellTableViewController(IShellContext context, UIContainerView headerView, Action<Element> onElementSelected) : this(context, onElementSelected)