Modify the code in the CustomCollectionView Demo, hoping to achieve the preload function. But runtime has been call willBeginBatchFetchWithContext method to add new data #2096
Hello, I modified the code in the CustomCollectionView Demo here, hoping to achieve the preload function. But running will keep call - (void)collectionNode:(ASCollectionNode *)collectionNode willBeginBatchFetchWithContext:(ASBatchContext *)context method to add new data, only when CollectionNode sliding will stop calling, trouble to help have a look.
Hello, I modified the code in the CustomCollectionView Demo here, hoping to achieve the preload function. But running will keep call
- (void)collectionNode:(ASCollectionNode *)collectionNode willBeginBatchFetchWithContext:(ASBatchContext *)context
method to add new data, only when CollectionNode sliding will stop calling, trouble to help have a look.