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 happen
In two classes, I've subclassed UITableViewCell in order to do some major
customization. I'd like to use a Xib file to keep the amount of UI layout code
to a minimum. I'm coming across an odd exception:
if (!cell) {
if (indexPath.row == 0) {
cell = [[[SearchCellTop alloc]