How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.
Swipeable UITableViewCell/UICollectionViewCell based on the stock Mail.app, implemented in Swift.
The main features of swipecellkit/swipecellkit are: Swipeable Table Cells, Swipe Action Expansion Thresholds, Swipe, Swipe Action Reveal Transitions, Swipe Action Managers, Swipe Action Expansion Configuration, Swipe Action Transition Styles, UIKit Component Extensions.
Open-source alternatives to swipecellkit/swipecellkit include: cewendel/swtableviewcell — SWTableViewCell is a UIKit component and library for adding interactive swipe-to-reveal action buttons to table view… ramotion/folding-cell — Folding-cell is a React animation component designed as a collapsible content cell. It functions as an expanding UI… hamzaghazouani/hgplaceholders — Nice library to show placeholders and Empty States for any UITableView/UICollectionView in your project. mortimergoro/mgswipetablecell — MGSwipeTableCell is an iOS mobile UI library providing a custom UIKit table view cell subclass. It is a swipeable UI… cbpowell/marqueelabel — MarqueeLabel is a UIKit label extension for iOS that provides a scrolling text component. It automatically animates… tencent/qmui_ios — QMUI_iOS is an iOS development framework that extends standard UIKit components and provides a unified theme…
SWTableViewCell is a UIKit component and library for adding interactive swipe-to-reveal action buttons to table view cells in iOS applications. It functions as a swipe action manager and a specialized interface element designed to handle touch gestures and sliding animations for list items. The library features a layout mechanism that automatically scales the size of action buttons to fit available screen space based on the number of buttons added. It uses a system to detect touch events that trigger specific actions or slide cells back to their original positions. The system manages the spa
Folding-cell is a React animation component designed as a collapsible content cell. It functions as an expanding UI element that toggles between a collapsed and expanded state to reveal hidden information. The component implements animated content disclosure using a paper-like transition. It is designed for interactive UI components and mobile layouts, allowing compact lists or grids to expand into detailed views without navigating to a new page.
Nice library to show placeholders and Empty States for any UITableView/UICollectionView in your project
MGSwipeTableCell is an iOS mobile UI library providing a custom UIKit table view cell subclass. It is a swipeable UI component designed to implement swipe-to-action patterns within native Apple mobile applications. The library enables the creation of interactive table cells that reveal hidden buttons through horizontal swipe gestures. It includes expandable swipe action triggers that execute specific events when a gesture exceeds a defined distance threshold. The component covers mobile UI gesture integration and table view customization, utilizing coordinate-based layout mapping and state-b