zhangyu-acticle

Results 1 issues of zhangyu-acticle

- (NSUInteger)countForStockView:(JJStockView*)stockView{ return 300000; } 当数据很大的时候 你的demo里的 titleCellForStockView 和 contentCellForStockView一直在创建对象,CPU直接爆了 ,请参考UITableView的处理机制,使用缓存,这个问题很严重