File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 117117
118118@optional
119119
120- - (void )collectionView : (UICollectionView *)collectionView willDisplayNodeForItemAtIndexPath : (NSIndexPath *)indexPath ;
121- - (void )collectionView : (UICollectionView *)collectionView didEndDisplayingNodeForItemAtIndexPath : (NSIndexPath *)indexPath ;
120+ - (void )collectionView : (ASCollectionView *)collectionView willDisplayNodeForItemAtIndexPath : (NSIndexPath *)indexPath ;
121+ - (void )collectionView : (ASCollectionView *)collectionView didEndDisplayingNodeForItemAtIndexPath : (NSIndexPath *)indexPath ;
122122
123123@end
Original file line number Diff line number Diff line change 122122
123123@optional
124124
125- - (void )tableView : (UITableView *)tableView willDisplayNodeForRowAtIndexPath : (NSIndexPath *)indexPath ;
126- - (void )tableView : (UITableView *)tableView didEndDisplayingNodeForRowAtIndexPath : (NSIndexPath *)indexPath ;
125+ - (void )tableView : (ASTableView *)tableView willDisplayNodeForRowAtIndexPath : (NSIndexPath *)indexPath ;
126+ - (void )tableView : (ASTableView *)tableView didEndDisplayingNodeForRowAtIndexPath : (NSIndexPath *)indexPath ;
127127
128128@end
You can’t perform that action at this time.
0 commit comments