Enumerations
The following enumerations are available globally.
-
Color palette helper accessing colors and it’s variations.
See moreDeclaration
Swift
@available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) public enum Colors -
Declaration
Swift
@available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) public enum StepperAlignment : String, CaseIterable -
Options for displaying step indications can be either
CircleorImageorcustom(View)
See morecase circle(Color, Width)op case image(Image, Width) case custom(Content)Declaration
Swift
@available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) public enum StepperIndicationType<Content> where Content : View -
Options for customizing line with either
defaultsor customwidthandColor
See morecase defaults case custom(CGFloat, Color)Declaration
Swift
@available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) public enum StepperLineOptions -
Options for aligns the step indicator either in
verticalorhorizontal
See morecase vertical case horizontalDeclaration
Swift
public enum StepperMode : String, CaseIterable -
Options for aligns the step indicator either in
pendingorcompleted
See morecase pending case completedDeclaration
Swift
public enum StepLifeCycle : String, CaseIterable
Enumerations Reference