Interface UIPreviewInteractionDelegate

All Superinterfaces:
NSObjectProtocol, ObjCProtocol
All Known Implementing Classes:
UIPreviewInteractionDelegateAdapter

public interface UIPreviewInteractionDelegate
extends NSObjectProtocol
  • Method Details

    • didUpdatePreviewTransition

      void didUpdatePreviewTransition​(UIPreviewInteraction previewInteraction, double transitionProgress, boolean ended)
      Since:
      Available in iOS 10.0 and later.
    • didCancel

      void didCancel​(UIPreviewInteraction previewInteraction)
      Since:
      Available in iOS 10.0 and later.
    • shouldBegin

      boolean shouldBegin​(UIPreviewInteraction previewInteraction)
      Since:
      Available in iOS 10.0 and later.
    • didUpdateCommitTransition

      void didUpdateCommitTransition​(UIPreviewInteraction previewInteraction, double transitionProgress, boolean ended)
      Since:
      Available in iOS 10.0 and later.