thisIsTheFoxe / DHBW-Swift-Lecture

A project for my University that should show some features of ARKit.
0 stars 0 forks source link

Test Multi-touch / Pinch- / Drag-gestures #2

Closed thisIsTheFoxe closed 5 years ago

thisIsTheFoxe commented 5 years ago

See if the ContentVC reacts to different touch events. As of now: only tested with one button, single touch.

thisIsTheFoxe commented 5 years ago

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)