Re: UIResponder Woes

2010-04-25 Thread Dylan Copeland
Hi Fritz, Thanks for the detailed response and sorry for my incorrect posting. This is the first time I've ever used a mailing list, heh. The last paragraph in your response seems to sum up what I was trying to do exactly. After playing with this all day, it looks like you are indeed correct,

Re: UIResponder Woes

2010-04-22 Thread Dylan Copeland
I have a UIView subclass that overrides UIResponder's touchesMoved: message. I've noticed that when I swipe my finger very quickly across the UIView, my touchesMoved: message only gets called every so often and not constantly getting messaged. Any ideas? Thanks. On Apr 21, 2010, at 3:03

Re: UIResponder Woes

2010-04-22 Thread Fritz Anderson
On 22 Apr 2010, at 8:18 AM, Dylan Copeland wrote: I have a UIView subclass that overrides UIResponder's touchesMoved: message. I've noticed that when I swipe my finger very quickly across the UIView, my touchesMoved: message only gets called every so often and not constantly getting