Open Instance Propertyswift 6.0.3Foundation
unitStyle
var unitStyle: Formatter.UnitStyle
var unitStyle: Formatter.UnitStyle
s10Foundation15LengthFormatterC9unitStyleAA0C0C04UnitE0Ovp
What are these?2JUCM
import Foundation
class LengthFormatter
class Formatter
enum UnitStyle
override init()
required init?(coder: NSCoder)
var isForPersonHeightUse: Bool
var numberFormatter: NumberFormatter!
func string(fromMeters numberInMeters: Double) -> String
func string(fromValue value: Double, unit: LengthFormatter.Unit) -> String
func unitString(fromMeters numberInMeters: Double, usedUnit unitp: UnsafeMutablePointer<LengthFormatter.Unit>?) -> String
func unitString(fromValue value: Double, unit: LengthFormatter.Unit) -> String
enum Unit