-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hang on swipe in iOS 14.4 #358
Comments
Looks like the hang can be localised to |
I'm experiencing very similar behaviour. |
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?
The text was updated successfully, but these errors were encountered: