UICollectionViewLayoutInteractiveTransitionCompletion 委托

定义

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

参数

completed
Boolean
finished
Boolean

适用于