Navigation styles
Semantic navigation bar, title-display, and screen-role options.
Semantic navigation bar, title-display, and screen-role options.
Public API
FNavigationBarStyleFNavigationTitleDisplayModeFViewLayoutRole
Example
FViewLayout(
role: .sheet,
title: "Edit workout",
displayMode: .inline,
navigationBarStyle: .solid
) {
WorkoutEditor()
}
Source
This reference follows Sources/FreakUI/Components/Navigation/FNavigationBarStyle.swift. Component-specific configuration is documented under the public initializer, modifier, and supporting types in that source file.