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

Commit 5289b1e

Browse files
committed
[ASCellNode] Restore new enum values that should have been part of the last commit, but were lost by rebasing.
1 parent 87575b7 commit 5289b1e

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

AsyncDisplayKit/ASCellNode.h

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,14 @@ typedef NS_ENUM(NSUInteger, ASCellNodeVisibilityEvent) {
3030
* Indicates a cell is no longer visible
3131
*/
3232
ASCellNodeVisibilityEventInvisible,
33+
/**
34+
* Indicates user has started dragging the visible cell
35+
*/
36+
ASCellNodeVisibilityEventWillBeginDragging,
37+
/**
38+
* Indicates user has ended dragging the visible cell
39+
*/
40+
ASCellNodeVisibilityEventDidEndDragging,
3341
};
3442

3543
/**

0 commit comments

Comments
 (0)