PaoloCuscela / Cards

Awesome iOS 11 appstore cards in swift 5.
MIT License
4.2k stars 274 forks source link

Cards keep being pressed even after the touch event is moved. #35

Closed naturale0 closed 6 years ago

naturale0 commented 6 years ago

I used CardHighlight inside TableViewCell to make a list of cards. It works fine, except that it is kept being pressed even though the touch event is cancelled or moved ( I want the cards to be unpressed again when the touch event ends. Please have a look at this. Thanks :)

Ahmed-Masoud-O commented 6 years ago

did you find a solution ??