Units & Measurement in iOS
Learn how to model units of physical quantities with Measurements and Units from Foundation for safer conversion and display of meaningful values. By Rony Rozen.
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
Part 1: Measurements & Units
Create Measurements, calculate, and compare across units.
Use MeasurementFormatter to display measurement values and units with locale-aware formats.
Learn how to add your own custom units and dimensions to Foundation’s units and measurements system.