ChimeHQ / Neon

A Swift library for efficient, flexible content-based text styling
BSD 3-Clause "New" or "Revised" License
335 stars 18 forks source link

Expand iOS sample app #31

Closed DivineDominion closed 1 year ago

DivineDominion commented 1 year ago

Uses more code and more attributes, like the macOS app since #28 Simulator Screenshot - iPhone 14 - 2023-11-18 at 14 25 11

The convenience components on iOS show the same behavior w.r.t. to the 'value' string:

With the font customization, I now realize that the cause of the weird 'value' style is this: the clearStyle call sets the attributes to [:], not clears the temporary attributes.

I have a fix up my sleeve but would prefer to discuss this separately

mattmassicotte commented 1 year ago

https://github.com/ChimeHQ/Neon/issues/33