Animation in a table view cell

Posted by theomen on Stack Overflow See other posts from Stack Overflow or by theomen
Published on 2012-10-13T15:25:59Z Indexed on 2012/10/13 15:37 UTC
Read the original article Hit count: 110

Filed under:
|

I'm not sure if it is possible to achieve, but my costumer wants that when user taps a table view cell, an animation of a UIView sliding from left to right is committed, leaving the content under the UIView visible.

My concern is about how to trigger gesture recognizer added to the upper UIVIew for the animation and do not enter in conflict with didSelectRowatIndex: table view delegate method.

Is it possible to achieve?

Mant thanks!

© Stack Overflow or respective owner

Related posts about objective-c

Related posts about ios5