Re: UIGestureRecognizers for 2-6?

2013-05-08 Thread Matt Neuburg
On Thu, 02 May 2013 09:41:04 -0400, Eric E. Dolecki edole...@gmail.com said: Hi all, I am looking for subclassed UIGestureRecogizers for numerals 2, 3, 4, 5, 6. I am simply looking to save some time by plugging in these recognizers if any has any laying around or knows where I can get some

Re: UIGestureRecognizers for 2-6?

2013-05-08 Thread Eric E. Dolecki
I can't remember what it's called, but a solution I found uses JSON data for the main points in a gesture, and you tell the Class to load up all the JSON files (one per gesture) and then detection goes from there. It's a lot of overhead, but I get why and it mostly works. Google Voice: (508)

UIGestureRecognizers for 2-6?

2013-05-02 Thread Eric E. Dolecki
Hi all, I am looking for subclassed UIGestureRecogizers for numerals 2, 3, 4, 5, 6. I am simply looking to save some time by plugging in these recognizers if any has any laying around or knows where I can get some (without doing the JSON thing). Thanks for any consideration, Eric