我是用UIStoryboard 获取一个viewcontroller 的实例,显示不出cell ,可以跳转到那个viewcontroller ,但改变view的颜色,都可以显示的,但是就是显出不出上面的tableviewcell
你给这个tableview添加cell了么?添加了的话帖出添加cell的代码
Cell 的storyBoard上的reuseidentifer 设置了没有,设置一下,然后在- (UITableViewCell *)tableView....的dequeue 里 reuseidentitfer 填写为 storyBoard上的那个就行了