标签:
少数几个cell可不重用
NSString *CellIdentifier = [NSString stringWithFormat:@"MyCellID_%d",indexPath.row];
Demo
https://github.com/pigpigdaddy/TableViewTestDemo
cell重用
原文地址:http://www.cnblogs.com/sixindev/p/4425066.html