# dataxpress/UICountingLabel

Adds animated counting support to UILabel.

Repository: https://github.com/dataxpress/UICountingLabel
Canonical: https://ross.abutalabs.com/products/uicountinglabel
Language: Objective-C
License: MIT
License Family: permissive
Last push: 2022-05-12T18:07:28+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": 4954, "days_push": 1574, "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 1901, forks 258 (observed 2026-08-28T04:05:51.595873+00:00)

## What it is
An Objective-C library that subclasses UILabel to add animated counting support on iOS. It animates numeric values between start and end points with configurable easing methods, formats, and completion blocks.

## Use cases
- animate a number counting up in an iOS label
- display animated score or stat counters in an app
- count up from zero to a value with easing
- format animated counter values with custom blocks
- add counting animation to a UILabel in a XIB

## When to choose
- you need animated numeric counters in a UIKit-based iOS app
- you want drop-in UILabel replacement with counting animation
- you need custom formatting or attributed text during count animation

## When to avoid
- you are building with SwiftUI and want native animation APIs
- you need complex chart or data visualization animations
- your project no longer supports Objective-C/CocoaPods integration

## Facets
- artifact type: library
- maturity: maintenance
- function: animation, ui-components
- domain: mobile-development, frontend
- platform: -
- tags: uikit, objective-c, cocoapods, counting-animation, uilabel, ios, swift, mobile

## Member repositories
- dataxpress/UICountingLabel (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:51.595873+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-30T03:11:56.334166+00:00, confidence not recorded.
  - readme: https://github.com/dataxpress/UICountingLabel (fetched 2026-08-28T04:05:51.595873+00:00, sha 19e70d7d9ec8)
- Data as of 2026-08-30T08:39:29.467469+00:00.
