Progress
Linear, circular, and goal-oriented progress presentations.
Linear, circular, and goal-oriented progress presentations.
Public API
FProgressFGoalProgressFProgressPresentationFProgressBarStyleFProgressCenterContent
Example
FProgress(
value: 42,
total: 100,
accessibilityLabel: "Goal progress",
presentation: .bar(
style: .dashed,
horizontalSizingMode: .fixed(240)
)
)
Source
This reference follows Sources/FreakUI/Components/Charts/FProgress.swift. Component-specific configuration is documented under the public initializer, modifier, and supporting types in that source file.