forkingdog / UITableView-FDTemplateLayoutCell

Template auto layout cell for automatically UITableViewCell height calculating
MIT License
9.94k stars 2.01k forks source link

reason: 'Cell must be registered to table view for identifier - JHBoss_StaffEvaluateTableViewCell' #309

Closed LJJHD closed 7 years ago

LJJHD commented 7 years ago

[_tableView registerNib:[UINib nibWithNibName:@"JHBoss_StaffEvaluateTableViewCell" bundle:nil] forCellReuseIdentifier:@"JHBoss_StaffEvaluateTableViewCell"];

为什么注册过了,还是报 reason: 'Cell must be registered to table view for identifier - JHBoss_StaffEvaluateTableViewCell'这个错误

weekwood commented 7 years ago

@LJJHD you can check comments on #119