Ross ROSS = Recommend OSS · open-source software intelligence for agents

overboming/ZCAnimatedLabel

UILabel replacement with fine-grain appear/disappear animation observed · 2026-08-28

github.com/overboming/ZCAnimatedLabel · Objective-C · MIT (permissive) 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: 4193
  • days_rel: n/a
  • days_push: 2024
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

2268 stars · 214 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

ZCAnimatedLabel is an Objective-C UILabel replacement for iOS that provides fine-grained appear/disappear animations for text. It supports grouping animation by character, word, or line, and can be extended by subclassing to create custom effects using Core Graphics or CALayer-based rendering.

Use cases

  • animate text appearing character by character in an iOS app
  • create a UILabel with fall or spring animation effects
  • build animated intro titles with 3D text transforms
  • add per-word or per-line text reveal animations
  • customize text animation drawing with Core Graphics
  • implement performant text animations that only redraw changed areas

When to choose

  • you need fine-grained, customizable text appear/disappear animations on iOS
  • you want to animate text grouped by character, word, or line
  • you need 3D or geometry transforms on text via a layer-based mode
  • performance matters and you want to control the redraw area

When to avoid

  • you are building for Android, web, or cross-platform targets
  • you need Swift-first or SwiftUI text animation solutions
  • you only need simple static text display without animation
  • you require actively maintained libraries with recent updates

Facets

library · maturity maintenance

animation ui-components graphics mobile-development frontend cross-platform uikit objective-c text-animation uilabel cocoapods ios mobile

1 source

Member repositories

RepositoryRoleHealth v2
overboming/ZCAnimatedLabelmain32

For agents

markdown · JSON · MCP: product_card(name="overboming/ZCAnimatedLabel")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem