Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 548 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 548 Bytes

Draggable Cells

This project consists of example of using Draggable Table View Cell which is similar to cells in Spotify and Outlook applications.

Demo

Version

1.0.0

Installation

You need to import DraggableTableViewCell.swift into your project and derive from this class creating your custom cells that implement swiping left and right.

By default, swipe left is deletion of cell.

Development

Want to contribute? Great!