objective-c - ios 中reloadData一般什么时候使用?
PHP中文网
PHP中文网 2017-04-17 17:45:06
0
6
275

IOS 开发中reloadData 一般在什么时候使用?

PHP中文网
PHP中文网

认证0级讲师

reply all(6)
巴扎黑

When the data is updated, refresh the page.

PHPzhong

UITableView is used when refreshing the page.

Ty80

After obtaining new data, refresh the interface to display

伊谢尔伦

Called when the data source is updated.

刘奇

When requesting data, when data changes, when pulling up and down to refresh...whenever you want to refresh, it depends on the specific situation

巴扎黑

Generally, the first time you request it, the data needs to be refreshedreloadData,第二次就是再次下拉刷新或者上拉加载时候刷新reloadData,或者在点击cell中一个按钮或者前天元素导致界面要变化的,一般刷新一个cell就行,但是用reloadData.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template