Units & Measurement in iOS
May 24 2022 · Video Course (13 mins) · Intermediate
Learn how to model units of physical quantities with Measurements and Units from Foundation for safer conversion and display of meaningful values.
Version
- Swift 5.5, iOS 15, macOS 12, Xcode 13


Measurements & Units
Use MeasurementFormatter to display measurement values and units with locale-aware formats.
Use Custom Units
6:04Learn how to add your own custom units and dimensions to Foundation’s units and measurements system.
Who is this for?
This course is intended for developers who need to model, store, and display units of physical quantities.
Covered concepts
- Measurement
- Unit
- Dimension
- MeasurementFormatter
- UnitConverter
Comments