Some time ago I mentioned a nice guide explaining how one could go about the recognition of complex path gestures.
Here’s an open source library from Didier Brun that provides a nice Swift based syntax with easy path recording and recognition of advanced gestures called DBPathRecognizer.
To recognize gestures DBPathRecognizer uses an 8 direction path recognizer with the ability to specify a max gesture cost to ignore to ignore overly complex gestures, a special syntax for filtering path’s in case some gestures get confused with each other because they are too similar and more.
This animation from the readme shows DBPathRecognizer in action:
You can find DBPathRecognizer on Github here.
A nice library for recognizing complex gestures.
Original article: Open Source Library For Easy Recognition And Recording Of Complex Path Gestures
©2015 iOS App Dev Libraries, Controls, Tutorials, Examples and Tools. All Rights Reserved.
