-
Notifications
You must be signed in to change notification settings - Fork 5
Fix the "jumping" bug. — Occasionally, the transition jumps, or in the Simulator gets stuck. #2
Comments
So the jumping bug I'm experiencing is when the pan gesture begins, but is flung back up at velocity to cancel. The modal jumps to a point about -50%, -50% off the screen. Eliminating this line, seems to do the trick as otherwise, Why that causes the jump I'm experiencing, I haven't a clue. |
Hmm, is it possible to avoid the duplicate call without removing the line entirely? |
I'm not really sure what you gain by not removing the line. Like I mentioned, |
I also discovered another screen jump bug, which I can't seem to reliably recreate. Hard to describe, but occasionally, when I pull the screen down, but not past the I thought it might have something to do with https://stackoverflow.com/questions/48224242/slowly-panning-in-uipercentdriveninteractivetransition-results-in-glitch |
So, first off, thank you very much for contributing. As noted in the update to README.md, I'm actually going to archive the repo at this point. However, I encourage you to maintain your own fork and submit it to Cocoa Pods with credit back to the original repo/pod as a point of reference. |
No description provided.
The text was updated successfully, but these errors were encountered: