How to Create Custom UITableViewCell Editing Transition?

Posted by Kyle Decot on Stack Overflow See other posts from Stack Overflow or by Kyle Decot
Published on 2010-03-25T04:10:53Z Indexed on 2010/03/25 4:13 UTC
Read the original article Hit count: 497

I have a custom UITableViewCell which has an image & and some text. When entering editing mode, I would like the image to fade out & move offscreen to the left. When & how do I implement this code? I tried putting an animation block in willTransitionToState: but the image simply jumps offscreen w/ no animation.

© Stack Overflow or respective owner

Related posts about objective-c

Related posts about iphone-sdk