开发者

iPhone + cellForRowAtIndexPath

开发者 https://www.devze.com 2022-12-12 09:25 出处:网络
I am using UITableView in my application. I am using the cellForRowAtIndexPath method of the UITableView control.开发者_JAVA百科

I am using UITableView in my application. I am using the cellForRowAtIndexPath method of the UITableView control.开发者_JAVA百科

My question is that why this method cellForRowAtIndexPath is called whenever I scroll the table.


Only the visible cells are requested. If you scroll the table, it will generate the new ones that come into view...

0

精彩评论

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