# forkingdog/UITableView-FDTemplateLayoutCell

Template auto layout cell for automatically UITableViewCell height calculating

Repository: https://github.com/forkingdog/UITableView-FDTemplateLayoutCell
Canonical: https://ross.abutalabs.com/products/uitableview-fdtemplatelayoutcell
Language: Objective-C
License: MIT
License Family: permissive
Last push: 2022-03-07T10:01:30+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 4157, "days_push": 1640, "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 9866, forks 1987 (observed 2026-08-28T04:10:37.556802+00:00)

## What it is
An Objective-C library that automatically calculates UITableViewCell heights using template auto layout cells, with optional height caching by index path or key. It is a category on UITableView designed to simplify dynamic row height handling in iOS apps.

## Use cases
- calculate uitableview cell heights automatically
- cache row heights in uitableview
- handle dynamic cell heights with auto layout
- avoid repeated height calculations when scrolling a table view
- support self-sizing table cells on ios 7 and 8

## When to choose
- you maintain a legacy Objective-C iOS app with UITableView and dynamic cell heights
- you need height caching to improve table view scroll performance on pre-iOS8 APIs
- you want a drop-in category instead of rewriting cells with self-sizing

## When to avoid
- you are starting a new SwiftUI or modern UIKit project using self-sizing cells
- your project targets only iOS 8+ where UITableView supports estimated self-sizing natively
- you need Swift-native tooling and active community support

## Facets
- artifact type: library
- maturity: maintenance
- function: ui-components, developer-tools
- domain: mobile-development, cross-platform
- platform: -
- tags: uitableview, auto-layout, cell-height, objective-c, cocoa-touch, ios, mobile, swift

## Member repositories
- forkingdog/UITableView-FDTemplateLayoutCell (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:10:37.556802+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:20:31.580095+00:00, confidence not recorded.
  - readme: https://github.com/forkingdog/UITableView-FDTemplateLayoutCell (fetched 2026-08-28T04:10:37.556802+00:00, sha f6104e2be47f)
- Data as of 2026-08-30T08:39:29.467469+00:00.
