# tmdvs/TDBadgedCell

TDBadgedCell is a table view cell class that adds a badge, similar to the badges in Apple's own apps

Repository: https://github.com/tmdvs/TDBadgedCell
Canonical: https://ross.abutalabs.com/products/tdbadgedcell
Language: Swift
License: MIT
License Family: permissive
Topics: uitableview, ui, uitableviewcell, ios, swift, badge, tableview, tableviewcell
Last push: 2024-04-15T09:45:57+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 6083, "days_push": 870, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1420, forks 180 (observed 2026-08-28T04:04:40.545358+00:00)

## What it is
TDBadgedCell is a Swift UITableViewCell subclass that adds an Apple-style badge to table view cells, similar to badges in Mail.app and Settings.app. It is a drop-in replacement cell with customizable badge color, font, corner radius, and offsets.

## Use cases
- add notification badges to iOS table view cells
- show unread counts in a settings-style list
- recreate Mail.app style badges in UITableView
- customize badge appearance in table view cells
- display pill-shaped counters next to table rows

## When to choose
- building UIKit iOS apps with table views that need badges
- you want a simple drop-in UITableViewCell subclass
- you need fine control over badge color, radius, and offsets

## When to avoid
- building with SwiftUI rather than UIKit
- you need badges outside of table view cells
- targeting platforms other than iOS

## Facets
- artifact type: library
- maturity: maintenance
- function: ui-components
- domain: mobile-development, frontend
- platform: -
- tags: uitableview, badge, tableviewcell, cocoapods, uikit, ios, swift, mobile

## Member repositories
- tmdvs/TDBadgedCell (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:40.545358+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:37:50.225179+00:00, confidence not recorded.
  - readme: https://github.com/tmdvs/TDBadgedCell (fetched 2026-08-28T04:04:40.545358+00:00, sha 004551459a23)
- Data as of 2026-08-30T08:39:29.467469+00:00.
