UITapGestureRecognizer timeout

2013-01-18 Thread Eric E. Dolecki
I have a UITapGestureRecognizer - when you touch, don't move for a bit release, the tap still fires. Too long a time. I think it's around 0.35 seconds. I'd love for that tap recognizer to be invalidated much quicker. Like half of that. How can I accomplish this, or do I just need to roll my own

Re: UITapGestureRecognizer timeout

2013-01-18 Thread Quincey Morris
On Jan 18, 2013, at 09:48 , Eric E. Dolecki edole...@gmail.com wrote: I have a UITapGestureRecognizer - when you touch, don't move for a bit release, the tap still fires. Too long a time. I think it's around 0.35 seconds. I'd love for that tap recognizer to be invalidated much quicker. Like