Package org.robovm.apple.uikit
Interface UIViewControllerPreviewingDelegate
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Implementing Classes:
UIViewControllerPreviewingDelegateAdapter
public interface UIViewControllerPreviewingDelegate extends NSObjectProtocol
- Since:
- Available in iOS 9.0 and later.
-
Method Summary
Modifier and Type Method Description voidcommitViewController(UIViewControllerPreviewing previewingContext, UIViewController viewControllerToCommit)Deprecated.Deprecated in iOS 13.0.UIViewControllergetViewControllerForLocation(UIViewControllerPreviewing previewingContext, CGPoint location)Deprecated.Deprecated in iOS 13.0.
-
Method Details
-
getViewControllerForLocation
@Deprecated UIViewController getViewControllerForLocation(UIViewControllerPreviewing previewingContext, CGPoint location)Deprecated.Deprecated in iOS 13.0. Use UIContextMenuInteraction- Since:
- Available in iOS 9.0 and later.
-
commitViewController
@Deprecated void commitViewController(UIViewControllerPreviewing previewingContext, UIViewController viewControllerToCommit)Deprecated.Deprecated in iOS 13.0. Use UIContextMenuInteraction- Since:
- Available in iOS 9.0 and later.
-