我收到此异常 [_UITableViewReorderingSupport setTableViewStyle:]: unrecognized selector sent to instance 0x70f9780
我正在为表格视图使用自定义单元格,有人可以告诉我为什么会发生这种情况吗????
if (cell == nil) {
cell = [[CCUnbilledTransactionCell alloc] initWithStyle:UITableViewCellStyleDefault reuseIdentifier:CellIdentifier_3];
[[NSBundle mainBundle] loadNibNamed:@"CCUnbilledTransactionCell" owner:self options:nil];
cell = objCCUnbilledTransactionCell;
self.objCCUnbilledTransactionCell=nil;
}