GitHawkApp/StyledTextKit
Declarative building and fast rendering attributed string library. observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3164
- days_rel: n/a
- days_push: 1644
- n_releases_24m: 0
Adoption not part of the score
1212 stars · 58 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
StyledTextKit is a Swift library for declaratively building NSAttributedString instances and rendering them quickly, including background-thread text sizing and bitmap caching. It was built for GitHawk to make scrolling large amounts of rich text smooth on iOS.
Use cases
- build attributed strings declaratively in swift
- render text bitmaps off the main thread for smooth scrolling
- measure text size on a background thread without sanitizer warnings
- handle link taps and custom attribute interactions in text views
- support dynamic type by re-rendering strings on content size changes
- replace UILabel and NSAttributedString boilerplate in an iOS app
When to choose
- you need fast, smooth scrolling of large amounts of rich text on iOS
- you want a declarative builder API instead of manual NSAttributedString styling
- you need background-thread text sizing and bitmap caching
- you need custom tap/long-press handling on text attributes like links
When to avoid
- you are not building an iOS/UIKit app
- you need editable rich text input rather than rendering
- you need cross-platform text rendering
- you need an actively maintained library - the latest release was in 2022
Facets
library · maturity maintenance
ui-components graphics mobile-development developer-tools attributed-string textkit text-rendering uikit cocoapods ios swift
3 sources
- readme: https://github.com/GitHawkApp/StyledTextKit · fetched 2026-08-28 · df8e08d0831b
- homepage: http://githawk.com · fetched 2026-08-29 · 2ea5364539a7
- site_page: https://nc.me/faq · fetched 2026-08-29 · fbbcd17d2179
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| GitHawkApp/StyledTextKit | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="GitHawkApp/StyledTextKit")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem