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
Circle
orImage
orcustom(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
defaults
or customwidth
andColor
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
vertical
orhorizontal
See morecase vertical case horizontal
Declaration
Swift
public enum StepperMode : String, CaseIterable
-
Options for aligns the step indicator either in
pending
orcompleted
See morecase pending case completed
Declaration
Swift
public enum StepLifeCycle : String, CaseIterable