UICollectionViewLayoutInteractiveTransitionCompletion Delegate

Definition

public delegate void UICollectionViewLayoutInteractiveTransitionCompletion(bool completed, bool finished);
type UICollectionViewLayoutInteractiveTransitionCompletion = delegate of bool * bool -> unit

Parameters

completed
Boolean
finished
Boolean

Applies to