解决以下错误:
*** Terminating app due to uncaught exception ‘NSInternalInconsistencyException‘, reason: ‘unable to dequeue a cell with identifier Cell - must register a nib or a class for the identifier or connect a prototype cell in a storyboard‘
http://m.blog.csdn.net/blog/jiangyuaiqing/8444742
[tableView dequeueReusableCellWithIdentifier:CellIdentifier] 后面forIndexPath:indexPath参数的解释
原文:http://www.cnblogs.com/guozai9527/p/3833687.html