Skip to content
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.

Commit

Permalink
Put collection view back
Browse files Browse the repository at this point in the history
  • Loading branch information
Adlai Holler committed Oct 10, 2016
1 parent f96710b commit f748c6b
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 142 deletions.
59 changes: 0 additions & 59 deletions AsyncDisplayKit/ASCollectionView.h
Original file line number Diff line number Diff line change
Expand Up @@ -516,65 +516,6 @@ NS_ASSUME_NONNULL_BEGIN
*/
- (ASSizeRange)collectionView:(ASCollectionView *)collectionView constrainedSizeForNodeAtIndexPath:(NSIndexPath *)indexPath;

/**
* Informs the delegate that the collection view will
* add the given node to the view hierarchy.
*
* @param collectionView The sender.
* @param node The node that will be displayed.
*/
- (void)collectionView:(ASCollectionView *)collectionView willDisplayNode:(ASCellNode *)node;

/**
* TODO: Docs
*/
- (BOOL)collectionView:(ASCollectionView *)collectionView shouldSelectNode:(ASCellNode *)node;

/**
* TODO: Docs
*/
- (void)collectionView:(ASCollectionView *)collectionView didSelectNode:(ASCellNode *)node;

/**
* TODO: Docs
*/
- (BOOL)collectionView:(ASCollectionView *)collectionView shouldDeselectNode:(ASCellNode *)node;

/**
* TODO: Docs
*/
- (void)collectionView:(ASCollectionView *)collectionView didDeselectNode:(ASCellNode *)node;

/**
* TODO: Docs
*/
- (BOOL)collectionView:(ASCollectionView *)collectionView shouldHighlightNode:(ASCellNode *)node;

/**
* TODO: Docs
*/
- (void)collectionView:(ASCollectionView *)collectionView didHighlightNode:(ASCellNode *)node;

/**
* TODO: Docs
*/
- (void)collectionView:(ASCollectionView *)collectionView didUnhighlightNode:(ASCellNode *)node;

/**
* TODO: Docs
*/
- (BOOL)collectionView:(ASCollectionView *)collectionView shouldShowMenuForNode:(ASCellNode *)node;

/**
* TODO: Docs
*/
- (BOOL)collectionView:(ASCollectionView *)collectionView canPerformAction:(SEL)action forNode:(ASCellNode *)node withSender:(nullable id)sender;

/**
* TODO: Docs
*/
- (void)collectionView:(ASCollectionView *)collectionView performAction:(SEL)action forNode:(ASCellNode *)node withSender:(nullable id)sender;

/**
* Informs the delegate that the collection view did remove the provided node from the view hierarchy.
* This may be caused by the node scrolling out of view, or by deleting the item
Expand Down
Loading

0 comments on commit f748c6b

Please sign in to comment.