Closed thisIsTheFoxe closed 5 years ago
See if the ContentVC reacts to different touch events. As of now: only tested with one button, single touch.
For the record: Multitouch & Pinch gestures aren't supported by the touches-functions, but GestureRecognizer work fine. Also touches Begin/Move/End/Cancel work with singlenouch (and UITapRecognizer)
See if the ContentVC reacts to different touch events. As of now: only tested with one button, single touch.