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

iOS 13 crash #341

Open Yurain91 opened 4 years ago

Yurain91 commented 4 years ago

pod version = 1.6.9

Log: objc[3720]: Cannot form weak reference to instance (0x10e99c600) of class UITableView. It is possible that this object was over-released, or is in the process of deallocation.

MGSwipeTableCell.m (line 925)

lilong7676 commented 4 years ago

Same problem.

MortimerGoro commented 4 years ago

Can you reproduce it with the demo projects?