Re: [iPhone] How to sense the duration of touch on iPhone button.
Re: [iPhone] How to sense the duration of touch on iPhone button.
- Subject: Re: [iPhone] How to sense the duration of touch on iPhone button.
- From: Roland King <email@hidden>
- Date: Thu, 10 Sep 2009 20:39:31 +0800
start a timer when the button goes down and queue it. If it fires
before the button goes up, you have your '+', if the finger goes up
first, cancel the timer.
On 10-Sep-2009, at 8:35 PM, Dan Ribe wrote:
Hi All,
I am trying to implement a phone pad for my application. For key
with title
'0' I want the same behavior as the iPhone phone application :
1. If user touches, it should immediately display a 0.
2. If user holds down the button for some time, it should display a
'+' (I
mean 0 should be replaced with a '+').
Can anyone help me with the second part of this? What kind of
handling is
required for this. I mean how i can find out that user is holding that
button for sometime ?
Thanks for help !
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden