# ibireme/YYKit

A collection of iOS components.

Repository: https://github.com/ibireme/YYKit
Canonical: https://ross.abutalabs.com/products/yykit
Language: Objective-C
License: MIT
License Family: permissive
Last push: 2024-06-25T08:23:28+00:00

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

## Adoption (not part of the score)
Stars 13975, forks 3708 (observed 2026-08-28T04:11:05.240096+00:00)

## What it is
YYKit is a large collection of high-performance iOS components written in Objective-C, including model serialization, caching, image loading, rich text rendering, and UIKit/Foundation categories. It is split into independent subcomponents like YYModel, YYCache, YYImage, YYWebImage, and YYText.

## Use cases
- high-performance json-to-model serialization on ios
- display animated gif webp apng images in ios app
- asynchronous image loading and caching for tableviews
- rich text label with emoji and at-mentions
- asynchronous rendering to keep scrolling smooth
- foundation and uikit utility categories
- track keyboard animation in ios

## When to choose
- building an objective-c ios app needing battle-tested performance-focused components
- you need any single component like YYModel or YYText and want the full collection
- supporting older iOS versions with mature, stable libraries

## When to avoid
- starting a new Swift-first project where Swift-native alternatives are preferred
- you only need one small component - use the standalone subcomponent repo instead
- you need actively developed features - the project is largely in maintenance mode

## Facets
- artifact type: library
- maturity: maintenance
- function: ui-components, caching, image-processing, serialization, concurrency
- domain: mobile-development, developer-tools
- platform: -
- tags: ios-components, objective-c, rich-text, async-rendering, uikit-extensions, cocoapods, ios, mobile

## Member repositories
- ibireme/YYKit (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:11:05.240096+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-29T17:12:54.281982+00:00, confidence not recorded.
  - readme: https://github.com/ibireme/YYKit (fetched 2026-08-28T04:11:05.240096+00:00, sha 6b7df5c30db3)
- Data as of 2026-08-30T08:39:29.467469+00:00.
