1 implementation of IShellFlyoutRenderer
Microsoft.Maui.Controls (1)
Compatibility\Handlers\Shell\iOS\ShellFlyoutRenderer.cs (1)
14
public class ShellFlyoutRenderer : UIViewController,
IShellFlyoutRenderer
, IFlyoutBehaviorObserver, IAppearanceObserver
6 references to IShellFlyoutRenderer
Microsoft.Maui.Controls (6)
Compatibility\Handlers\Shell\iOS\ShellFlyoutRenderer.cs (3)
43
UIView
IShellFlyoutRenderer
.View => View;
45
UIViewController
IShellFlyoutRenderer
.ViewController => this;
53
void
IShellFlyoutRenderer
.AttachFlyout(IShellContext context, UIViewController content)
Compatibility\Handlers\Shell\iOS\ShellRenderer.cs (3)
97
IShellFlyoutRenderer
_flyoutRenderer;
102
IShellFlyoutRenderer
FlyoutRenderer
155
protected virtual
IShellFlyoutRenderer
CreateFlyoutRenderer()