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

marty-suzuki/ReverseExtension

A UITableView extension that enables cell insertion from the bottom of a table view. observed · 2026-08-28

github.com/marty-suzuki/ReverseExtension · Swift · 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-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 3472
  • days_rel: n/a
  • days_push: 1777
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1661 stars · 128 forks observed · 2026-08-28

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

A Swift UITableView extension that lets cells be inserted from the bottom of a table view by rotating the table view and cells. It exposes this behavior through a simple `re` namespace so developers can easily enable or disable it.

Use cases

  • build a chat message list where new messages appear at the bottom
  • make a uitableview fill content from the bottom up
  • show newest items first in a table view without scrolling
  • create a bottom-anchored feed like a messaging app
  • reverse the scroll direction of a table view in ios

When to choose

  • you need chat-style bottom-up cell insertion in a UITableView with minimal code
  • you want a drop-in extension that can be reverted by removing the `re` namespace
  • your project uses Swift 5 and iOS 10+ with CocoaPods or Carthage

When to avoid

  • you use UICollectionView instead of UITableView
  • you need a maintained library with recent updates (last release 2021)
  • you need complex custom layout beyond simple bottom insertion

Facets

library · maturity maintenance

ui-components mobile-development uitableview swift-extension cocoapods carthage chat-interface ios swift

1 source

Member repositories

RepositoryRoleHealth v2
marty-suzuki/ReverseExtensionmain32

For agents

markdown · JSON · MCP: product_card(name="marty-suzuki/ReverseExtension")

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