MortimerGoro / MGSwipeTableCell

An easy to use UITableViewCell subclass that allows to display swippable buttons with a variety of transitions.
MIT License
6.97k stars 1.08k forks source link

MSSwipeTableCell for me is not working with StackViews inside my cell. Its crashing while generating the image in the method : imageFromView #329

Open Aviral190694 opened 5 years ago

Aviral190694 commented 5 years ago

With stackview in the cell, I am facing a crash in the said function in class MGSwipeTableCell :
The crash happens when I scroll from left to right to get the button.

Please let me know what can be the right fix:

image

This is the layout of my cell.