PitStopLineOptions

@available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *)
public enum PitStopLineOptions

Options for customizing pitstop line with either defaults or custom width and Color

case defaults
case custom(CGFloat, Color)
  • default line option

    Declaration

    Swift

    case defaults
  • custom line option with thickness and Color

    Declaration

    Swift

    case custom(CGFloat, Color)
  • to generate hash

    Declaration

    Swift

    func hash(into hasher: inout Hasher)

    Parameters

    hasher

    hasger variable