Re: Cancelling an animation in a UITableViewCell was Re: UITableViewCell instances

2009-05-19 Thread Luke the Hiesterman
On May 18, 2009, at 4:16 PM, Mike Manzano wrote: First, let me say thanks for your reply. I think I was able to implement a similar algorithm for detecting when a cell has gone off- screen by overriding the table view's -willRemoveSubview:. That's great if this works, but it's making a very

Cancelling an animation in a UITableViewCell was Re: UITableViewCell instances

2009-05-18 Thread Mike Manzano
First, let me say thanks for your reply. I think I was able to implement a similar algorithm for detecting when a cell has gone off- screen by overriding the table view's -willRemoveSubview:. What I'm doing is starting an animation by adding it to the cell's layer, and in response to the cel