Which class does the animations in a table view cell when the table view enters editing mode?

Posted by mystify on Stack Overflow See other posts from Stack Overflow or by mystify
Published on 2010-04-17T10:06:22Z Indexed on 2010/04/17 10:13 UTC
Read the original article Hit count: 212

Filed under:
|

Is it the UITableViewCell class itself which contains the animation logic for entering editing mode, or does the UITableView class animate the changes in the cell? (like the width of contentView and other things)

© Stack Overflow or respective owner

Related posts about iphone

Related posts about uitableview