ORKMeasurementSystem Constants Reference

Declared in ORKTypes.h

ORKMeasurementSystem

Measurement system.

Used by ORKHeightAnswerFormat and ORKWeightAnswerFormat.

Definition

typedef NS_ENUM(NSInteger, ORKMeasurementSystem ) {
   ORKMeasurementSystemLocal = 0,
   ORKMeasurementSystemMetric,
   ORKMeasurementSystemUSC,
};

Constants

ORKMeasurementSystemLocal

Measurement system in use by the current locale.

Declared In ORKTypes.h.

ORKMeasurementSystemMetric

Metric measurement system.

Declared In ORKTypes.h.

ORKMeasurementSystemUSC

United States customary system.

Declared In ORKTypes.h.

Declared In

ORKTypes.h