Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there an iOS library to help me detect higher-level accelerometer gestures?

For example, let's say I want to detect if the user made a circle gesture so I can trigger something in my game. Is there a library that would allow me to just listen for some sort of "circleDectected" event?

If there isn't, would anyone find value in something like this if I developed it? Thanks!

like image 920
user542551 Avatar asked Dec 14 '10 21:12

user542551


People also ask

What is gesture function on iPhone?

Gesture, swipe, and press to navigate your iPhone 13 and other Face ID models. Use gestures on your iPhone with Face ID to quickly navigate, multitask, adjust settings, and access all the things you do most. Learn which iPhone models have Face ID.


1 Answers

It doesn't exist (as far as I know). You would have to do it manually, which shouldn't be too hard, but it could potentially be time consuming. I think it'll be fantastic if somebody made a library to do it.

like image 72
Matt S. Avatar answered Dec 29 '22 22:12

Matt S.