Skip to content

Doc not correct #4

Closed
Closed
@DevulderJeanPaul

Description

@DevulderJeanPaul

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
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions