ASCellNodeVisibilityEvent Constants Reference

Declared in ASCellNode.h

ASCellNodeVisibilityEvent

Constants

ASCellNodeVisibilityEventVisible

Indicates a cell has just became visible

Declared In ASCellNode.h.

ASCellNodeVisibilityEventVisibleRectChanged

Its position (determined by scrollView.contentOffset) has changed while at least 1px remains visible. It is possible that 100% of the cell is visible both before and after and only its position has changed, or that the position change has resulted in more or less of the cell being visible. Use CGRectIntersect between cellFrame and scrollView.bounds to get this rectangle

Declared In ASCellNode.h.

ASCellNodeVisibilityEventInvisible

Indicates a cell is no longer visible

Declared In ASCellNode.h.

ASCellNodeVisibilityEventWillBeginDragging

Indicates user has started dragging the visible cell

Declared In ASCellNode.h.

ASCellNodeVisibilityEventDidEndDragging

Indicates user has ended dragging the visible cell

Declared In ASCellNode.h.