码迷,mamicode.com
首页 > 其他好文 > 详细

unable to dequeue a cell with identifier Cell

时间:2015-07-16 09:56:42      阅读:142      评论:0      收藏:0      [点我收藏+]

标签:

ios开发,cell输出数据的时候出现问题

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‘ 


解决方法:

声明 表格 的时候,加上下面这行代码就行了

        表格?.registerClass(UITableViewCell.self, forCellReuseIdentifier: "你的cell identifier")

unable to dequeue a cell with identifier Cell

标签:

原文地址:http://my.oschina.net/netmouse/blog/479104

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!