StyledTextKit
StyledTextKit copied to clipboard
Declarative building and fast rendering attributed string library.
I learned about the use of unfair locks from this library. Thanks! Anyway, today I stumbled upon [this StackOverflow answer](https://stackoverflow.com/a/66525671/715593) that mentioned that the direct use of unfair locks in...
The source file was removed from the repo without removing it from the project
I would like to use this in some of my projects, is it possible to implement support to the Swift Package Manager by adding a Package.swift?
Hi @rnystrom Could you please help to release a new version for Swift 5? It seems already done on master branch. 🙏
TextStyle doesn't respect its own min and max size, noticed it's not actually applied anywhere. These seemed to be missing.
I'm trying to create a string that has a mix of two font sizes, but I can't seem to make it work. Is this supported by StyledTextKit? (if not, would...
Love [this blog post](https://felginep.github.io/2018-11-23/attributed-string-with-style)! Removing all color/font from building would be amazing. Instead: - Use "style builder" pattern that registers styles - Need to still be able to "push" and...
This blog post was great! We could get rid of all the hacky font-scaling math. https://www.iosdev.recipes/fonts/ui-font-metrics-and-resizable-text/
Hi, Thank you for this amazing library. I have a question about links and attributes. StyledTextKit provides three attributes `.tapable`, `.tapHighlight`, `.highlight`. Are there use-cases for using these attributes separately?...