telcosolutions
Results
2
issues of
telcosolutions
Problem #3 There is a problem in format in the view. Try this: var body: some View { HStack{ Spacer() // CurrencyField("test", value: Binding( // get: {amount.map { NSDecimalNumber(decimal: $0)...
Steven This looks like the best Currency Text Field I've seen. It may be the only one that uses Decimal. I do see 2 problems with it's use. 1. If...