UICollectionViewTransitionResult Class
Definition
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.
Holds the return values from the asynchronous method StartInteractiveTransitionAsync(UICollectionViewLayout, UICollectionViewTransitionLayout).
public class UICollectionViewTransitionResult
type UICollectionViewTransitionResult = class
- Inheritance
-
UICollectionViewTransitionResult
Remarks
This class holds the return values from the asynchronous method StartInteractiveTransitionAsync(UICollectionViewLayout, UICollectionViewTransitionLayout).
Constructors
UICollectionViewTransitionResult(Boolean, Boolean) |
Constructs an instance of UIKit.UICollectionViewTransitionResult |
Properties
Completed |
Whether the transition completed. |
Finished |
Whether the transition finished. |