Example Custom FormatStyles
I’ve been making a package of custom Swift
(Parseable)FormatStyles
for types that don’t currently get any love by the standard library.My main need for this is GUI apps showing complex 3D types (think a SwiftUI field editor for a quaternion, etc) -- but am building it by composing basic types and
FormatStyles
.
Previously:
- ParsableFormatStyle
- FormatStyles in iOS 16 and macOS 13
- Swift FormatStyle Deep Dive
- Swift Foundation Formatter Improvements