VLDWeightUnit

Objective-C

enum VLDWeightUnit {}

Swift

enum VLDWeightUnit : UInt

Units that can be used to represent weight values.

  • The kilogram unit

    Declaration

    Objective-C

    VLDWeightUnitKilograms

    Swift

    case kilograms = 0
  • The pounds unit

    Declaration

    Objective-C

    VLDWeightUnitPounds

    Swift

    case pounds = 1
  • The stones unit

    Declaration

    Objective-C

    VLDWeightUnitStones

    Swift

    case stones = 2