toashd / AnimatedSegmentSwitch

Configurable multi-segment switch control written in Swift
MIT License
68 stars 14 forks source link

Fixed freezing of thumb when touch ended outside of frame #1

Closed ifau closed 8 years ago

ifau commented 8 years ago

If you move your finger outside of frame while touching, then thumb will freeze. I think expected behavior should be to select the nearest item.

Interaction now: before Interaction with changes from this pull request: after

toashd commented 8 years ago

LGTM. Thanks for the PR.