event handling
Tag details
Welcome to the 'event handling' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'event handling'.
Latest blogosphere posts tagged “event handling”
-
Encapsulating Begin Ignoring Events and End Ignoring Events
[iPhone developer:tips]; —
Authority: 416
There are times when it’s really handy to stop event processing momentarily so you can perform an update to the UI (e.g. sliding a custom view into place using a timed animation) or you otherwise need to save the user from themselves by momentarily stopping touch events. I’ve written previously on How to Suspend ...3 weeks ago -
How Long was a Touch Event – Detecting When a Touch Event Starts and Ends
[iPhone developer:tips]; —
Authority: 416
Here’s a quick tip that shows how to determine the length of time from a begin touch event to an end touch event. I used a similar snippet of code recently when I had to determine if a user tapped on an image or held their finger on the image for a pre-determined amount of time. Start by creating a variable of type ...3 weeks ago