Handling touches during animation on iPhone
- by SalvoMaltese
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?