Handling touches during animation on iPhone
Posted
by SalvoMaltese
on Stack Overflow
See other posts from Stack Overflow
or by SalvoMaltese
Published on 2010-03-19T23:40:05Z
Indexed on
2010/03/19
23:41 UTC
Read the original article
Hit count: 294
I have a view with multiple controls inside (a picker, a switch, a slider...).
I use an animation to move this view; it appears from bottom and goes up until it disappear by the top.
I can't get the inside controls respond to touches while the view is moving.
How can I catch those touches?
© Stack Overflow or respective owner