Re: Trying to customize UITableViewCell with IB but having odd exception
Re: Trying to customize UITableViewCell with IB but having odd exception
- Subject: Re: Trying to customize UITableViewCell with IB but having odd exception
- From: Phillip Mills <email@hidden>
- Date: Sat, 28 Jan 2012 09:19:32 -0500
On 2012-01-28, at 1:55 AM, James West wrote:
> I get -[UIAccessibiltyBundle setProduct:] unrecognized selector sent to instance
It looks as if the cell has been deallocated and its address reused to hold a different kind of object. (UIAccessibiltyBundle)
If it's not obvious how this is happening, I'd try using Instruments to check for zombies.
_______________________________________________
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