# ZhipingYang/UUChatTableView

Cocoa UI component for group or private chat bubbles with text, images and audio support

Repository: https://github.com/ZhipingYang/UUChatTableView
Canonical: https://ross.abutalabs.com/products/uuchattableview
Language: Objective-C
License: MIT
License Family: permissive
Last push: 2026-04-08T08:58:32+00:00

## Health v2 (maintenance only)
Score: 57/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 76, release rhythm 8, longevity 100
- inputs: {"age_days": 4259, "days_push": 147, "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 1906, forks 429 (observed 2026-08-28T04:05:52.009924+00:00)

## What it is
UUChatTableView is a lightweight Objective-C UIKit component that renders group and one-to-one chat interfaces with text, image, and voice message bubbles. It bundles message models, layout calculation, bubble rendering, media actions, voice recording and playback, and a pure-code input bar that integrates via simple delegate callbacks.

## Use cases
- add chat bubbles to an ios app
- build a messaging ui in objective-c
- display text image and voice messages in a chat table view
- ios chat screen with voice recording and playback
- private and group chat interface component for uikit
- chat ui with pull-to-load message history
- customizable input bar with image picker and audio recording

## When to choose
- you need the chat surface only, without a heavy chat SDK or product shell
- you want a small, readable Objective-C codebase you can extend and own
- your app targets iOS 13+ and uses UIKit with code-only layouts
- you need text, image, and voice bubbles with media actions and a recording HUD out of the box

## When to avoid
- you need networking, message sync, or backend infrastructure - this component is UI only
- you want a Swift-first or SwiftUI chat implementation
- you target Android, cross-platform, or non-Apple platforms
- you need production chat features like encryption, push delivery, or offline queues built in

## Facets
- artifact type: library
- maturity: active
- function: ui-components, chat-interface, file-upload, audio-processing
- domain: mobile-development, messaging-platforms, developer-tools
- platform: -
- tags: uikit, objective-c, cocoapods, chat-bubbles, voice-messages, input-bar, pull-to-load-history, no-storyboard, ios, mobile

## Member repositories
- ZhipingYang/UUChatTableView (main) score 57

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:52.009924+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:39.775718+00:00, confidence not recorded.
  - readme: https://github.com/ZhipingYang/UUChatTableView (fetched 2026-08-28T04:05:52.009924+00:00, sha 570c47bc8a24)
- Data as of 2026-08-30T08:39:29.467469+00:00.
