This navigation controller provides supports the Large Title presentation and an accessory view that appears below the title.

<!-- prettier-ignore-start -->
<DisplayToggle onText="Dark" offText="Light" label="Theme Switcher">

### Portrait

<img className="off" src="https://static2.sharepointonline.com/files/fabric/fabric-website/images/controls/ios/updated/img_navigation_01_iphoneportrait_light.png?text=LightMode" />
<img className="on" src="https://static2.sharepointonline.com/files/fabric/fabric-website/images/controls/ios/updated/img_navigation_01_iphoneportrait_dark.png?text=DarkMode" />

### Landscape

<img className="off" src="https://static2.sharepointonline.com/files/fabric/fabric-website/images/controls/ios/updated/img_navigation_01_iphonelandscape_light.png?text=LightMode" />
<img className="on" src="https://static2.sharepointonline.com/files/fabric/fabric-website/images/controls/ios/updated/img_navigation_01_iphonelandscape_dark.png?text=DarkMode" />

</DisplayToggle>
<!-- prettier-ignore-end -->
