Closed
Description
On the documentation I see this this text:
let format = NumberFormatter()
format.numberStyle = .decimal
// Always display a single digit fractional value.
format.allowsFloats = true
format.minimumFractionDigits = 1
format.maximumFractionDigits = 1
stepperView.numberFormatter = format
but have this error is try in my code
numberFormatter' is inaccessible due to 'internal' protection level
Thanks,
Metadata
Metadata
Assignees
Labels
No labels