DanielCardonaRojas / DollarGestureRecognizer

Custom gesture recognizers based on $1, $Q algorithms for your iOS projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dollar Recognizers

Build Status License

Implements the family of popular dollar recognizers in swift and expose them as a set of custom UIGestureRecognizer subclasses.

For a detailed discription on how all this works refer to the papers

For example usage refer to DollarGestureRecognizerExampleVC.swift.

Features

  • Load templates from bezier paths.
  • UIGestureRecognizer subclasses for single and multiple stroke patterns.
  • XML parsers for loading templates.
  • Comes with standard templates loaded in the bundle

Installation

Cocoa pods

# Add this to your Podfile
pod 'DollarGestureRecognizer', :git => 'https://github.com/DanielCardonaRojas/DollarGestureRecognizer', :branch => 'develop',  :tag => 'v1.0.1'

Dollar family algorithms

  • $1 recognizer with protractor optimization
  • $Q recognizer
  • $P recognizer
  • $N recognizer

Screenshots

TODO

  • Record templates
  • Use automatic mechanisms for gesture completion on multiple stroke detection (idle timeout, or stroke count)

About

Custom gesture recognizers based on $1, $Q algorithms for your iOS projects.

License:MIT License


Languages

Language:Swift 98.6%Language:Ruby 0.7%Language:Objective-C 0.7%