Uses of Interface
org.robovm.apple.uikit.UIViewControllerPreviewing
| Package | Description |
|---|---|
| org.robovm.apple.uikit |
-
Uses of UIViewControllerPreviewing in org.robovm.apple.uikit
Classes in org.robovm.apple.uikit that implement UIViewControllerPreviewing Modifier and Type Class Description classUIViewControllerPreviewingAdapterMethods in org.robovm.apple.uikit that return UIViewControllerPreviewing Modifier and Type Method Description UIViewControllerPreviewingUIViewController. registerForPreviewing(UIViewControllerPreviewingDelegate delegate, UIView sourceView)Deprecated.Deprecated in iOS 13.0.Methods in org.robovm.apple.uikit with parameters of type UIViewControllerPreviewing Modifier and Type Method Description voidUIViewControllerPreviewingDelegate. commitViewController(UIViewControllerPreviewing previewingContext, UIViewController viewControllerToCommit)Deprecated.Deprecated in iOS 13.0.voidUIViewControllerPreviewingDelegateAdapter. commitViewController(UIViewControllerPreviewing previewingContext, UIViewController viewControllerToCommit)Deprecated.Deprecated in iOS 13.0.UIViewControllerUIViewControllerPreviewingDelegate. getViewControllerForLocation(UIViewControllerPreviewing previewingContext, CGPoint location)Deprecated.Deprecated in iOS 13.0.UIViewControllerUIViewControllerPreviewingDelegateAdapter. getViewControllerForLocation(UIViewControllerPreviewing previewingContext, CGPoint location)Deprecated.Deprecated in iOS 13.0.voidUIViewController. unregisterForPreviewing(UIViewControllerPreviewing previewing)Deprecated.Deprecated in iOS 13.0.