marmelroy / PeekPop

Peek and Pop with backwards-compatibility
MIT License
1.95k stars 123 forks source link

Cancel touches when touch moved in .Possible state #14

Closed hansstefan closed 8 years ago

hansstefan commented 8 years ago

Cancel touches when finger moved before delayedFirstTouch. Without this code there was a posibility of valid touch (through isTouchValid) on larger views. Especially painful on tableViews and collectionViews

marmelroy commented 8 years ago

Good idea. Thanks @hansstefan!