複習UITableViewCell

tableView性能優化 - cell的循環利用方式1 /** * 何時調用:每當有一個cell進入視野範圍內就會調用 */ - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath { // 0.重用標識 // 被static修飾的
相關文章
相關標籤/搜索