View layout
A cross-platform root layout for FreakUI screens.
A cross-platform root layout for FreakUI screens.
Public API
FViewLayout
Example
FViewLayout(
role: .parent,
title: "Dashboard",
displayMode: .large
) {
DashboardContent()
}
Source
This reference follows Sources/FreakUI/Components/Navigation/FViewLayout_iOS.swift and FViewLayout_macOS.swift. Component-specific configuration is documented under the public initializer, modifier, and supporting types in that source file.