public interface UIViewControllerPreviewing
| Modifier and Type | Method and Description |
|---|---|
UIViewControllerPreviewingDelegate |
delegate() |
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.
|
void |
setSourceRect(CGRect value)
This rect will be set to the bounds of sourceView before each call to
-previewingContext:viewControllerForLocation:
|
CGRect |
sourceRect()
This rect will be set to the bounds of sourceView before each call to
-previewingContext:viewControllerForLocation:
|
UIView |
sourceView() |
UIViewControllerPreviewingDelegate delegate()
UIGestureRecognizer previewingGestureRecognizerForFailureRelationship()
void setSourceRect(CGRect value)
CGRect sourceRect()
UIView sourceView()