handsomecode / InteractiveSideMenu

iOS Interactive Side Menu written in Swift.
Apache License 2.0
708 stars 164 forks source link

Fix issue in MenuAnimator.handlePan #87

Closed lukeharries closed 4 years ago

lukeharries commented 6 years ago

Fixed issue described in issue #86 where a boolean condition in handlePan was not being evaluated correctly in swift 4.

sdbrown2 commented 4 years ago

Swift 5 update has been merged to master, open to merging this if you have time to check against the new version.