去除UITableview的复用机制

去除UITableview的复用机制,我想关闭UITableview 的复用机制,用于下载列表

每次都重新创建Cell不就可以了

使用静态cell试试

http://blog.csdn.net/henry19890519/article/details/45693079

如果楼主不想复用的话 UITableView delegate 方法中 返回cell的方法中 每次都实例化新的cell 不通过系统的重用方法获得