开发者

UITableView is "loaded" delegate?

开发者 https://www.devze.com 2023-03-13 07:09 出处:网络
Is there a sort of delegate or implementatio开发者_如何学运维n on when the UITableView is fully loaded and displayed on the screen?The data source delegate provides data to the table view for the life

Is there a sort of delegate or implementatio开发者_如何学运维n on when the UITableView is fully loaded and displayed on the screen?


The data source delegate provides data to the table view for the life of the table. It works "on demand" so when the user scrolls up or down, the delegate is still there providing data. At what point would is say it's finished? When it's loaded "a screen" of data? What it's loaded all the cells?

So the short answer is "no," there is no such notification.

0

精彩评论

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