Animating swipe actions in tableview

206 Views Asked by At

I want to animate tableview row actions like the mail app . I don't like to use third party libraries .I want to try on my own .And how to add the full swipe functionality like mail app ?

For sample gif please visit this link

https://raw.githubusercontent.com/jerkoch/SwipeCellKit/develop/Screenshots/Hero.gif

1

There are 1 best solutions below

2
itsapple On

You can get answer from the third party libraries. Simply like this:

  1. Add a pangesture on cell
  2. Add buttons you want
  3. When you begin swiping on cell, create a same image with cell
  4. Create a imageview with the image and add it to the cell
  5. When you swipe, move the imageview