Can you help me understandand/fix the error below. I don\'t understand as CustomCellView is a subclass of UItableViewCell. The code gets compiled but t
CustomCellView
UItableViewCell
static NSString *CellIdentifier = @"CustomCell"; CustomCellView *cell = [tableView dequeueReusableCellWithIdentifier:CellIdentifier forIndexPath:indexPath];