Package org.robovm.apple.uikit
Interface UIViewControllerPreviewing
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Implementing Classes:
UIViewControllerPreviewingAdapter
public interface UIViewControllerPreviewing extends NSObjectProtocol
-
Method Summary
Modifier and Type Method Description UIViewControllerPreviewingDelegategetDelegate()Deprecated.Deprecated in iOS 13.0.UIGestureRecognizergetPreviewingGestureRecognizerForFailureRelationship()Deprecated.Deprecated in iOS 13.0.CGRectgetSourceRect()Deprecated.Deprecated in iOS 13.0.UIViewgetSourceView()Deprecated.Deprecated in iOS 13.0.voidsetSourceRect(CGRect v)Deprecated.Deprecated in iOS 13.0.
-
Method Details
-
getPreviewingGestureRecognizerForFailureRelationship
Deprecated.Deprecated in iOS 13.0. Use UIContextMenuInteraction- Since:
- Available in iOS 9.0 and later.
-
getDelegate
Deprecated.Deprecated in iOS 13.0. Use UIContextMenuInteraction- Since:
- Available in iOS 9.0 and later.
-
getSourceView
Deprecated.Deprecated in iOS 13.0. Use UIContextMenuInteraction- Since:
- Available in iOS 9.0 and later.
-
getSourceRect
Deprecated.Deprecated in iOS 13.0. Use UIContextMenuInteraction- Since:
- Available in iOS 9.0 and later.
-
setSourceRect
Deprecated.Deprecated in iOS 13.0. Use UIContextMenuInteraction- Since:
- Available in iOS 9.0 and later.
-