Open toby5box opened 3 years ago
Looks like the hang can be localised to imageFromView
.
I'm experiencing very similar behaviour.
imageFromView
causes the memory so spike until the app crashes.
I'm going to look into it. Can you reproduce it using any of the demos? https://github.com/MortimerGoro/MGSwipeTableCell/tree/master/demo/
I'm getting this too iOS 4.5 iPhone 12 Pro Max. Doesn't happen on simulator
I was able to fix by downgrading all the way down to version 1.6.6. Now it's no longer crashing, though it still hangs for a few seconds. Sadly, this is not very reproducible. I was able to consistently reproduce it only in a specific user's account in our app, and only by performing a fixed series of steps navigating to another view in the navigation, performing an action in that view, returning, to the root view, and then swiping and tapping.
Same experience here. App quickly runs out of memory and crashes. Will try reverting to 1.6.6
Hi,
Testers on real phones and simulators (including me) are seeing a hang in swiping that does not occur on iOS 13.
At the same time, the log is spammed with these messages:
(In our app,
@interface BUTableViewCell : MGSwipeTableCell
)CPU is on 95% and memory continually rises so it looks something like an infinite loop.
Has anyone else reproduced this?