SwiftCoding
SwiftCoding copied to clipboard
A set of blog posts about Swift Coding
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...
@stevencurtis Discovered this great repo in Github trending channel, thanks for articles collecting! I found an incorrect link in the README file for TypeErasure section in `Challenging` section and fixed...
Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.7.0 to 2.8.1. Changelog Sourced from addressable's changelog. Addressable 2.8.1 refactor Addressable::URI.normalize_path to address linter offenses (#430) remove redundant colon in Addressable::URI::CharacterClasses::AUTHORITY regex (#438) update gemspec to...
Bumps [jmespath](https://github.com/trevorrowe/jmespath.rb) from 1.4.0 to 1.6.2. Release notes Sourced from jmespath's releases. Release v1.6.2 - 2022-11-25 Issue - Allow comparison of Numeric types (includes Float). Issue - Add jmespath.rb to...