Package apple.uikit.protocol
Interface UIViewControllerPreviewing
-
public interface UIViewControllerPreviewing
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UIViewControllerPreviewingDelegatedelegate()UIGestureRecognizerpreviewingGestureRecognizerForFailureRelationship()This gesture can be used to cause the previewing presentation to wait until one of your gestures fails or to allow simultaneous recognition during the initial phase of the preview presentation.voidsetSourceRect(CGRect value)This rect will be set to the bounds of sourceView before each call to -previewingContext:viewControllerForLocation:CGRectsourceRect()This rect will be set to the bounds of sourceView before each call to -previewingContext:viewControllerForLocation:UIViewsourceView()
-
-
-
Method Detail
-
delegate
UIViewControllerPreviewingDelegate delegate()
-
previewingGestureRecognizerForFailureRelationship
UIGestureRecognizer previewingGestureRecognizerForFailureRelationship()
This gesture can be used to cause the previewing presentation to wait until one of your gestures fails or to allow simultaneous recognition during the initial phase of the preview presentation.
-
setSourceRect
void setSourceRect(CGRect value)
This rect will be set to the bounds of sourceView before each call to -previewingContext:viewControllerForLocation:
-
sourceRect
CGRect sourceRect()
This rect will be set to the bounds of sourceView before each call to -previewingContext:viewControllerForLocation:
-
sourceView
UIView sourceView()
-
-