添加这一句 [tableView registerClass:[UITableViewCell class] forCellReuseIdentifier:indentifier]; 加入到初始化tableview时
UITableViewCell *cell = [tableView dequeueReusableCellWithIdentifier:indentifier forIndexPath:indexPath];
UITableViewController dequeueReusableCellWithIdentifier:indentifier forIndexPath:indexPath 报错
原文:http://www.cnblogs.com/yanggenwei/p/5002937.html