public interface UILargeContentViewerInteractionDelegate
| Modifier and Type | Method and Description |
|---|---|
default void |
largeContentViewerInteractionDidEndOnItemAtPoint(UILargeContentViewerInteraction interaction,
UILargeContentViewerItem item,
CGPoint point)
Performs an action when the large content viewer gesture ends at the location of the given item.
|
default UILargeContentViewerItem |
largeContentViewerInteractionItemAtPoint(UILargeContentViewerInteraction interaction,
CGPoint point)
Returns the item at a given point in the interaction's view's coordinate system.
|
default UIViewController |
viewControllerForLargeContentViewerInteraction(UILargeContentViewerInteraction interaction)
Returns the view controller whose region of the screen should be used to display the large content viewer.
|
default void largeContentViewerInteractionDidEndOnItemAtPoint(UILargeContentViewerInteraction interaction, UILargeContentViewerItem item, CGPoint point)
default UILargeContentViewerItem largeContentViewerInteractionItemAtPoint(UILargeContentViewerInteraction interaction, CGPoint point)
default UIViewController viewControllerForLargeContentViewerInteraction(UILargeContentViewerInteraction interaction)