You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Open
xyl-private opened this issue
Oct 10, 2023
· 0 comments
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.The text was updated successfully, but these errors were encountered: