Need help with text animation within UITableViewCell
        Posted  
        
            by gdiphone
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by gdiphone
        
        
        
        Published on 2010-03-13T17:19:51Z
        Indexed on 
            2010/03/13
            17:25 UTC
        
        
        Read the original article
        Hit count: 209
        
iphone
I'm trying to implement a simple text animation in a custom UITableViewCell without having to go into editing mode which automatically brings up the delete button on the right. What I'm trying to accomplish is that when the label is updated by a button within the UITableviewcell, the text in the label is updated but with some smooth animation like sliding to the right since the updated text is prepended to the string. Any sample code would be great. thanks
© Stack Overflow or respective owner