SwipyCell
2.6
Score

Swift Swipe UITableViewCell Component

What is SwipyCell?

SwipyCell is a Swift UITableViewCell component allowing customizable swipe actions with both exit and toggle modes, inspired by the Mailbox app. It supports easy integration via Swift Package Manager, CocoaPods, and Carthage.

Swift
UIKit
TableViewCell

Summary of SwipyCell

  • 👍

    Provides exit and toggle swipe modes for flexibility.

  • 👍

    Easily configurable swipe triggers and animations.

  • 🤝

    Supports Swift Package Manager, CocoaPods, and Carthage for installation.

  • 🤝

    Inspired by the Mailbox app for intuitive user experience.

Built by

Moritz Sternemann
Moritz Sternemann
@moritzsternemann
+ 4 other contributors

Last push
2 years ago
Stars
259

Forks
31
Open Issues
4
Closed Issues
31
SwipyCell is a Swift library that provides a UITableViewCell with customizable swipe actions, inspired by the popular Mailbox app. This component accommodates swiping gestures that trigger specific actions, allowing developers to enhance user interactions in their iOS applications. The library offers two modes for swiping behavior: an exit mode, where the cell reveals background options before dismissal, and a toggle mode, where the swipe action bounces back. Installation is straightforward via Swift Package Manager, CocoaPods, or Carthage, making it flexible for integration into various projects. The SwipyCell documentation provides examples for easy implementation, along with extensive configuration options, such as swipe trigger points and animation settings.