Re: Custom Reuse Queue
Re: Custom Reuse Queue
- Subject: Re: Custom Reuse Queue
- From: Andreas Grosam <email@hidden>
- Date: Wed, 11 Jul 2012 18:15:14 +0200
On 11.07.2012, at 18:01, Joseph Dixon wrote:
> How can I get a notification when an UITableViewCell is about to be queued
> for reuse (e.g. leaves the screen)? I need to perform some work before the
> cell is placed back in the reuse queue.
I don't think there is a notification. But you may possibly override UITableViewCell's method -prepareForReuse which is invoked just before the cell is returned from the table view method dequeueReusableCellWithIdentifier.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden