init(locale:)
Creates an integer percent format style that uses the given locale.
Declaration
init(locale: Locale = .autoupdatingCurrent)Parameters
- locale:
The locale to use when formatting or parsing integers. Defaults to Autoupdatingcurrent.
Creates an integer percent format style that uses the given locale.
init(locale: Locale = .autoupdatingCurrent)The locale to use when formatting or parsing integers. Defaults to Autoupdatingcurrent.