UnitSystem

public enum UnitSystem : UInt32, CaseIterable, Codable

Represents the available unit systems(imperial/metric).

  • The metric system, also known as International System of Units (SI).

    Declaration

    Swift

    case metric
  • The system of imperial units used in UK.

    Declaration

    Swift

    case imperialUk
  • The system of imperial units used in US.

    Declaration

    Swift

    case imperialUs