UIPreviewInteractionDelegate.DidUpdatePreviewTransition Method
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.
The system calls this method repeatedly during the preview phase of a preview interaction.
[Foundation.Export("previewInteraction:didUpdatePreviewTransition:ended:")]
public abstract void DidUpdatePreviewTransition (UIKit.UIPreviewInteraction previewInteraction, nfloat transitionProgress, bool ended);
abstract member DidUpdatePreviewTransition : UIKit.UIPreviewInteraction * nfloat * bool -> unit
Parameters
- previewInteraction
- UIPreviewInteraction
- transitionProgress
- nfloat
- ended
- Boolean
Implements
- Attributes