复习UITableViewCell

tableView性能优化 - cell的循环利用方式1 /** * 何时调用:每当有一个cell进入视野范围内就会调用 */ - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath { // 0.重用标识 // 被static修饰的
相关文章
相关标签/搜索