1 implementation of ShowNavBar
Microsoft.Maui.Controls (1)
Compatibility\Handlers\Shell\iOS\ShellSectionRootRenderer.cs (1)
19
bool IShellSectionRootRenderer.
ShowNavBar
=> Shell.GetNavBarIsVisible(((IShellContentController)ShellSection.CurrentItem).GetOrCreateContent());
1 reference to ShowNavBar
Microsoft.Maui.Controls (1)
Compatibility\Handlers\Shell\iOS\ShellSectionRenderer.cs (1)
772
navBarVisible = _self._renderer.
ShowNavBar
;