52inc / Pulley

A library to imitate the iOS 10 Maps UI.
https://cocoapods.org/pods/Pulley
MIT License
2.02k stars 265 forks source link

Tapping on TableViewCells not always recognized #330

Open jaunruh opened 5 years ago

jaunruh commented 5 years ago

I have implemented Pulley within my own app and also deployed the Pulley example app on the simulator and in both cases pressing on a TableViewCell is not always recognized. Pressing the first list entry in the Pulley example app always triggers the segue to the next ViewController, but for example pressing the second entry almost never triggers anything.

Is this an issue that is only happening in the simulator? How can i solve this?