UICollectionViewLayoutInteractiveTransitionCompletion Delegate
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A delegate used as the completion handler for StartInteractiveTransition(UICollectionViewLayout, UICollectionViewLayoutInteractiveTransitionCompletion).
C#
public delegate void UICollectionViewLayoutInteractiveTransitionCompletion(bool completed, bool finished);
type UICollectionViewLayoutInteractiveTransitionCompletion = delegate of bool * bool -> unit
- completed
- Boolean
- finished
- Boolean
Product | Versions |
---|---|
Xamarin iOS SDK | 12 |