1 implementation of IShellSectionRootRenderer
Microsoft.Maui.Controls (1)
Compatibility\Handlers\Shell\iOS\ShellSectionRootRenderer.cs (1)
15
public class ShellSectionRootRenderer : UIViewController,
IShellSectionRootRenderer
, IDisconnectable
4 references to IShellSectionRootRenderer
Microsoft.Maui.Controls (4)
Compatibility\Handlers\Shell\iOS\ShellSectionRenderer.cs (2)
69
IShellSectionRootRenderer
_renderer;
313
protected virtual
IShellSectionRootRenderer
CreateShellSectionRootRenderer(ShellSection shellSection, IShellContext shellContext)
Compatibility\Handlers\Shell\iOS\ShellSectionRootRenderer.cs (2)
19
bool
IShellSectionRootRenderer
.ShowNavBar => Shell.GetNavBarIsVisible(((IShellContentController)ShellSection.CurrentItem).GetOrCreateContent());
21
UIViewController
IShellSectionRootRenderer
.ViewController => this;