开发者

What are the exact circumstances in which I can reuse a UITableViewCell?

开发者 https://www.devze.com 2023-01-17 12:07 出处:网络
What are the exact ci开发者_JAVA技巧rcumstances in which I can reuse a cell (using dequeueReusableCellWithIdentifier in the UITableView class)?That a cell is available for reuse with the identifier yo

What are the exact ci开发者_JAVA技巧rcumstances in which I can reuse a cell (using dequeueReusableCellWithIdentifier in the UITableView class)?


That a cell is available for reuse with the identifier you pass in. Your only requirement is to use the same identifier for the same type of cell you want.

Just remember, if one wasn't available for reuse, you need to create one.

0

精彩评论

暂无评论...
验证码 换一张
取 消