12207480/TYAttributedLabel
TYAttributedLabel 简单,强大的属性文本控件(无需了解CoreText),支持图文混排显示,支持添加链接,image和UIView控件,支持自定义排版显示 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: 4136
- days_rel: n/a
- days_push: 1266
- n_releases_24m: 0
Adoption not part of the score
2876 stars · 570 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
TYAttributedLabel is an Objective-C attributed text label component for iOS that hides CoreText complexity while supporting rich text, inline images and UIViews, custom links, and custom layout. It includes a text container for pre-rendering to keep table view scrolling smooth.
Use cases
- display rich text with inline images in an iOS label
- add tappable links to attributed text without learning CoreText
- embed UIView controls inside a text label
- smooth attributed text rendering in scrolling table view cells
- custom text layout with line and paragraph spacing on iOS
- auto-sizing label height and width with autolayout
When to choose
- building an iOS app in Objective-C or Swift needing rich text with mixed images and views
- you want CoreText-level text features without CoreText expertise
- you need performant attributed labels in table/collection view scrolling
- you want clickable or long-pressable links and embedded views in text
When to avoid
- you only need simple plain text labels (UILabel suffices)
- starting a new cross-platform project (iOS-only Objective-C component)
- you need TextKit-based asynchronous rendering (the author recommends TYText instead)
- you need actively developed features - the project is in maintenance with infrequent releases
Facets
library · maturity maintenance
ui-components templating mobile-development frontend attributed-label objective-c rich-text coretext cocoapods text-rendering ios mobile
1 source
- readme: https://github.com/12207480/TYAttributedLabel · fetched 2026-08-28 · e885d0b8cb2c
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| 12207480/TYAttributedLabel | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="12207480/TYAttributedLabel")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem