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

AliSoftware/Reusable

A Swift mixin for reusing views easily and in a type-safe way (UITableViewCells, UICollectionViewCells, custom UIViews, ViewControllers, Storyboards…) observed · 2026-08-28

github.com/AliSoftware/Reusable · Swift · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

23/100

  • Activity 0
  • Release rhythm 8
  • Longevity 100
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: 3879
  • days_rel: n/a
  • days_push: 1087
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

2978 stars · 232 forks observed · 2026-08-28

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

A Swift protocol mixin (library) that enables type-safe reuse of UITableViewCells, UICollectionViewCells, UIViewControllers, and custom UIViews without string-based reuse identifiers. It also supports loading arbitrary views from XIB files with a simple loadFromNib() call.

Use cases

  • dequeue table view cells without string reuse identifiers
  • register and reuse collection view cells in a type-safe way
  • load a UIView from a XIB file with one line of code
  • instantiate view controllers from storyboards type-safely
  • eliminate force-unwrapped casts when dequeuing cells

When to choose

  • you build UIKit apps in Swift and want to remove stringly-typed reuse identifier boilerplate
  • you want compile-time safety for cell and view controller reuse
  • you frequently load views from XIBs and want a concise API

When to avoid

  • you use SwiftUI exclusively rather than UIKit
  • you prefer a larger view-layer framework with broader UI tooling
  • the project is no longer receiving frequent updates and you need actively developed dependencies

Facets

library · maturity maintenance

ui-components developer-tools mobile-development frontend uitableview uicollectionview storyboard xib type-safe cocoapods swift-package-manager ios swift mobile

1 source

Member repositories

RepositoryRoleHealth v2
AliSoftware/Reusablemain23

For agents

markdown · JSON · MCP: product_card(name="AliSoftware/Reusable")

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