我用的MJ的刷新,在下拉刷新的时候需要重新加载数据。我现在知道我有一个数组,数组里面的数据在不断更新,我想加载 其中的数据,来实现刷新一次,加载几条数据就好,而不是加载很多条数据。我没有具体的思路,不知道怎么实现?求大神帮助~~
巴扎黑2017-04-28 09:08:33
The background provides data when refreshing, and when you pass parameters, pass the requested number of data
淡淡烟草味2017-04-28 09:08:33
When refreshing, clear the array, obtain the specified number of data from the background interface again, and rebind the data source of the tableView