Structures
The following structures are available globally.
-
Environment Key for Steps
See moreDeclaration
Swift
@available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) struct StepsKey : EnvironmentKey -
Environment Key for alignments
See moreDeclaration
Swift
@available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) struct AlignmentKey : EnvironmentKey -
Environment Key for Indicators
See moreDeclaration
Swift
@available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) struct IndicatorKey : EnvironmentKey -
Environment Key for StepIndicatorMode
See moreDeclaration
Swift
@available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) struct StepIndicatorModeKey : EnvironmentKey -
Environment Key for Spacing
See moreDeclaration
Swift
@available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) struct SpacingKey : EnvironmentKey -
Environment Key for Auto Spacing
See moreDeclaration
Swift
@available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) struct AutoSpacingKey : EnvironmentKey -
Environment Key for Line Options
See moreDeclaration
Swift
@available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) struct LineOptionsKey : EnvironmentKey -
Environment Key for pit stop line options.
See moreDeclaration
Swift
@available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) struct PitStopOptionsKey : EnvironmentKey -
Environment Key for Line Options
See moreDeclaration
Swift
@available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) struct PitStopLineOptionsKey : EnvironmentKey -
Environment Key for pit stop line options.
See moreDeclaration
Swift
@available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) struct StepAnimationOptionsKey : EnvironmentKey -
Environment Key for pit stop line options.
See moreDeclaration
Swift
@available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) struct LoadAnimationOptionsKey : EnvironmentKey -
Environment Key for pit stop line options.
See moreDeclaration
Swift
@available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) struct StepLifeCycleKey : EnvironmentKey -
Environment Key for pit stop line options.
See moreDeclaration
Swift
@available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) struct StepperEdgeInsetsKey : EnvironmentKey -
Collects height of all the cells, with reduce takes the maximum value for the given key
See moreDeclaration
Swift
@available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) struct HeightPreference : PreferenceKey -
Collects height of all the cells, with reduce takes the maximum value for the given key
See moreDeclaration
Swift
@available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) struct VerticalHeightPreference : PreferenceKey -
Collects height of all pistop cells, with reduce takes the maximum value for the given key
See moreDeclaration
Swift
@available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) struct PitstopHeightPreference : PreferenceKey -
Collects width of all the cells, with reduce takes the maximum value for the given key
See moreDeclaration
Swift
@available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) struct WidthPreference : PreferenceKey -
Collects bound, center coordinates and pass layout data to it’s parent View
See moreDeclaration
Swift
@available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) public struct BoundsPreferenceKey : PreferenceKey -
Preference Key for
See moreCGRectDeclaration
Swift
struct CGRectPreferenceKey : PreferenceKey -
placeholder struct to hold CGRect data.
See moreDeclaration
Swift
struct CGRectData : Equatable, Identifiable -
Preference Key for
See morewidthDeclaration
Swift
struct WidthKey : PreferenceKey -
Preference Key for
See moreheightDeclaration
Swift
struct HeightKey : PreferenceKey -
placeholder to constants
See moreDeclaration
Swift
public struct Utils -
A
See moreViewfor hostign text with properframealignment,lineLimitmodifiersDeclaration
Swift
@available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) public struct TextView : View -
A Circled Icon
See moreViewfor Step IndicatorDeclaration
Swift
@available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) public struct CircledIconView : View
-
A
See moreViewfor Step IndicatorDeclaration
Swift
@available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) struct IndicatorView : View -
Circle view with text inside for Step Indicator
See moreDeclaration
Swift
@available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) public struct NumberedCircleView : View -
circles around the border with progress
See moreDeclaration
Swift
@available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) struct AnimatedCircle : View -
Horizontal Line View for Step Indictor
See moreDeclaration
Swift
@available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) struct HorizontalLineView : View -
pitstop Line View for each of the step indicator
See moreDeclaration
Swift
@available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) struct PitStopLineView : View -
Vertical Line View for Step Indictor
See moreDeclaration
Swift
@available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) struct VerticalLineView : View -
A View for setting up a pitstop for eg: line with a
See morecircleorcustomviewDeclaration
Swift
@available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) struct PitStopView<PitStop> : View where PitStop : View -
A Step Indications View in
horizontaldirectioncreates step indicator view either in
See morehorizontalmodeDeclaration
Swift
@available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) struct StepIndicatorHorizontalView<Cell> : View where Cell : View -
A Step Indications View in
verticaldirectioncreates step indicator view either in
See moreverticalmodeDeclaration
Swift
@available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) struct StepIndicatorVerticalView<Cell> : View where Cell : View -
A View for Step Indications.
You create step indicator view either in
See moreverticalorhorizontalmodeDeclaration
Swift
@available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) public struct StepperView : View
Structures Reference