Cell.reuseIdentifier 指什么

Cell.reuseIdentifier 指的是

默认为空,如果不定义,在执行

[_tableView registerNib:templateCellNib forCellReuseIdentifier:_templateCell.reuseIdentifier];

时,提示

must pass a valid reuse identifier to -[UITableView registerNib:forCellReuseIdentifier:]

 

posted on 2015-10-16 16:01  大木哥  阅读(670)  评论(0编辑  收藏  举报

导航