Flags
public struct Flags : OptionSet
Flags for variation axis.
-
The axis should not be exposed directly in user interfaces.
Declaration
Swift
public static let hiddenAxis: VariationAxis.Flags -
The corresponding value of the raw type.
Declaration
Swift
public let rawValue: Int -
Creates a new option set from the given raw value.
Declaration
Swift
public init(rawValue: Int)Parameters
rawValueThe raw value of the option set to create.
View on GitHub
Install in Dash
Flags Structure Reference