joseria / JASwipeCell

iOS 8 Mail Inspired. A UITableViewCell subclass that displays customizable left or right buttons that are revealed as the user swipes the cell in either direction. The edge-most buttons will pin to the container view and will execute an event similar to how the delete/archive button work in IOS 8 mail.
MIT License
367 stars 53 forks source link

Faulty on iOS 9 #15

Open gurmeherchawla opened 8 years ago

gurmeherchawla commented 8 years ago

Hey there, Jose! First let me tell you that this is a great implementation of the Swipe Cells in the Mail App. I had been trying to look for this very implementation since quite a long time. Getting to the issue, the JAActionButtons are visible only on a random cell in the tableview. Swiping left works brilliantly, but while swiping left, the animation of the buttons are fuzzy. P.S. I am running the same code as the ViewController in my project