Open kusakusakusa opened 7 years ago
The previous implementation of shakeViewForTimes(_:) causes the view to be misaligned after the animation has ended. This implementation does not.
shakeViewForTimes(_:)
I'm not sure how to test this and there were no previous tests to refer to 😅
I have little context about UIView. @goktugyil Would you mind taking a look ?
I've never had the misalignment problem. When does it happen?
Checklist
The previous implementation of
shakeViewForTimes(_:)
causes the view to be misaligned after the animation has ended. This implementation does not.I'm not sure how to test this and there were no previous tests to refer to 😅