UnitConverter is an abstract class that is intended for subclassing. You can implement your own subclass of NSUnitConverter to convert between units according to any desired mapping function. For example, units may be converted using a logarithmic, exponential, or quantile scale..
Show More