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

fix for issue #315 #324

Closed Sorcerer8 closed 5 years ago

Sorcerer8 commented 5 years ago

Hello, I suppose there is fix for https://github.com/MortimerGoro/MGSwipeTableCell/issues/315, I just reverse last code from master for Screenshot generation (cause problem is in screenshot). This fix helped me.

MortimerGoro commented 5 years ago

Thanks for the PR! I used a different solution to find the issue: https://github.com/MortimerGoro/MGSwipeTableCell/commit/b2dee0d78ee9cca656636a20a6b90c2ea8374bf6

drawViewHierarchyInRect is required instead of renderInContext to also support blur effects