# romaonthego/RETableViewManager

Powerful data driven content manager for UITableView.

Repository: https://github.com/romaonthego/RETableViewManager
Canonical: https://ross.abutalabs.com/products/retableviewmanager
Language: Objective-C
License: MIT
License Family: permissive
Last push: 2016-05-05T08:49:37+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": 4934, "days_push": 3772, "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 2465, forks 423 (observed 2026-08-28T04:06:53.603866+00:00)

## What it is
RETableViewManager is an Objective-C library that provides a data-driven layer for managing UITableView content, including forms and lists, by mapping object classes to custom cell subclasses. It implements UITableViewDelegate and UITableViewDataSource protocols and ships with ready-to-use form cell components like text fields, date pickers, and option selectors.

## Use cases
- build iOS forms with text, number, date, and option cells without writing table view delegates
- bind arbitrary model objects to custom UITableViewCell subclasses
- create settings screens and data entry forms in an iOS app
- manage dynamic list content in a UITableView declaratively
- add credit card input cells with validation to a checkout form

## When to choose
- you are maintaining or building a legacy Objective-C iOS app targeting iOS 7+
- you want a quick declarative way to build table-based forms in UIKit
- you need reusable cell mapping between item classes and custom cell subclasses

## When to avoid
- you are starting a new iOS project - the library has not been updated since 2016
- you use SwiftUI or modern UIKit patterns like diffable data sources
- you need Swift-native or actively maintained table view tooling

## Facets
- artifact type: library
- maturity: abandoned
- function: ui-components, state-management, form-handling
- domain: mobile-development, developer-tools
- platform: -
- tags: uitableview, objective-c, forms, data-driven-ui, cocoapods, legacy, ios, mobile, swift

## Member repositories
- romaonthego/RETableViewManager (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:53.603866+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-30T02:29:14.994399+00:00, confidence not recorded.
  - readme: https://github.com/romaonthego/RETableViewManager (fetched 2026-08-28T04:06:53.603866+00:00, sha 53b828df915f)
- Data as of 2026-08-30T08:39:29.467469+00:00.
