---
title: gestureForFailureRelationships
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uiwindowscenedraginteraction/gestureforfailurerelationships
---

# gestureForFailureRelationships

The gesture that the drag interaction adds to the view hierarchy.

## Declaration

```swift
var gestureForFailureRelationships: UIGestureRecognizer { get }
```

## Discussion

Discussion If your app provides other gestures in the same view hierarchy, you may want to set up failure requirements between your app’s gestures and the drag interaction’s gesture. To do this, use the require(toFail:) method to relate your gestures to this gesture. For example:
