Open GoogleCodeExporter opened 9 years ago
[deleted comment]
[deleted comment]
You can setup the UI. I can work on the back-end at the same time.
Original comment by huypha...@gmail.com
on 4 Oct 2009 at 2:35
So far, I found no problem so far with the current implementation.
Original comment by huypha...@gmail.com
on 9 Oct 2009 at 3:21
So far, two operations "Previous" and "Next" have been implemented. The
remaining two operations "Begin" and
"End" will be implemented later (likely after 1.0 is released).
*** My current plan is to detect a "Click-and-Hold" on each existing button to
trigger the "Begin" (or "End"). As
of now, it seems that we need to introduce a new timer that would start when a
"touchesBegan:" is triggered.
Note: the timestamp is *not* changed between "touchesBegan:" and "touchedEnded"
*unless* the touch moves.
Original comment by huypha...@gmail.com
on 12 Oct 2009 at 1:45
Well, UITouch object contains timestamp information, you can easily get clock
information from there .... And , yes, I agree on "lone press" to slip to the
either
end for move review.
Original comment by Sakur.de...@gmail.com
on 12 Oct 2009 at 3:05
At first, I thought the same as you about using the timestamp as the solution.
However, that is not possible
because the timestamp is *not* changed within a single touch. The user must
move his touch for the timestamp
to be different!
(I use NSLog to print out the value and find out that is the case. I also google(d) and found that other people had
the same problem)
Original comment by huypha...@gmail.com
on 12 Oct 2009 at 3:19
okay... seems Apple doesn't account for long touch support for other
application than
its dock desktop manager (long touch will trigger app uninstallation prompt).
Sorry
,not noticing you last note ......:)
Original comment by Sakur.de...@gmail.com
on 12 Oct 2009 at 4:23
Original issue reported on code.google.com by
Sakur.de...@gmail.com
on 21 Sep 2009 at 10:01