# alikaragoz/MCSwipeTableViewCell

:point_up_2: Convenient UITableViewCell subclass that implements a swippable content to trigger actions (similar to the Mailbox app).

Repository: https://github.com/alikaragoz/MCSwipeTableViewCell
Canonical: https://ross.abutalabs.com/products/mcswipetableviewcell
Language: Objective-C
License: MIT
License Family: permissive
Archived: true
Last push: 2018-09-17T13:02:40+00:00

## Health v2 (maintenance only)
Score: 10/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 4932, "days_push": 2907, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: archived
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2933, forks 406 (observed 2026-08-28T04:07:30.750930+00:00)

## What it is
An Objective-C UITableViewCell subclass that adds swipe-to-trigger-action behavior similar to the Mailbox app, supporting exit and switch modes. It provides customizable swipe states with icons and colors for each direction.

## Use cases
- add swipe-to-delete actions to table view cells
- implement Mailbox-style swipe gestures in an iOS list
- swipe cells to mark tasks complete or archive them
- make table rows bounce back after a swipe selection
- customize swipe icons and colors per direction in a UITableView

## When to choose
- maintaining or extending a legacy Objective-C iOS codebase that needs swipeable table cells
- you want a lightweight, drop-in UITableViewCell subclass rather than a full gesture library

## When to avoid
- starting a new Swift project - use modern alternatives like SwiftUI swipeActions or SwipeCellKit
- you need actively maintained code with recent iOS API support

## Facets
- artifact type: library
- maturity: abandoned
- function: ui-components, animation
- domain: mobile-development, frontend
- platform: -
- tags: uitableview, objective-c, swipe-gestures, mailbox-style, deprecated, ios, mobile

## Member repositories
- alikaragoz/MCSwipeTableViewCell (main) score 10

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:30.750930+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-30T07:33:15.900971+00:00, confidence not recorded.
  - readme: https://github.com/alikaragoz/MCSwipeTableViewCell (fetched 2026-08-28T04:07:30.750930+00:00, sha d5147e48df52)
- Data as of 2026-08-30T08:39:29.467469+00:00.
