Reading List

Example Custom FormatStyles from Michael Tsai RSS feed.

Example Custom FormatStyles

Jonathan Wight: 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: […]