mirror of
https://github.com/material-components/material-components-ios.git
synced 2026-02-20 08:27:32 +08:00
This is a complete overhaul of the App Bar documentation, fully reflecting the most modern set of APIs that we encourage and expect clients to adopt. As part of this work, I've also written up the documentation for the various behavioral flags. Preview the App Bar docs:007a738fa5/components/AppBar/README.mdPreview the Flexible Header docs:007a738fa5/components/FlexibleHeader/README.mdCloses https://github.com/material-components/material-components-ios/issues/4653
435 B
435 B
UINavigationItem support
The App Bar begins mirroring the state of your view controller's navigationItem in the provided
navigationBar once you call addSubviewsToParent.
Learn more by reading the Navigation Bar section on Observing UINavigationItem instances. Notably: read the section on "Exceptions" to understand which UINavigationItem are not supported.