---
title: registerGestureConflictWithZoom()
framework: uikit
role: symbol
role_heading: Type Method
path: uikit/uiaccessibility/registergestureconflictwithzoom()
---

# registerGestureConflictWithZoom()

Warns users that app-specific gestures conflict with the system-defined Zoom accessibility gestures.

## Declaration

```swift
@MainActor static func registerGestureConflictWithZoom()
```

## Discussion

Discussion Use this function if your application uses multi-finger gestures that conflict with the gestures used by system Zoom (that is, three-finger gestures). When this is the case, the user is presented with the choice of turning off Zoom or continuing.

## See Also

### Convenience functions

- [focusedElement(using:)](uikit/uiaccessibility/focusedelement(using:).md)
- [hearingDevicePairedEar](uikit/uiaccessibility/hearingdevicepairedear.md)
- [UIAccessibility.HearingDeviceEar](uikit/uiaccessibility/hearingdeviceear.md)
- [requestGuidedAccessSession(enabled:completionHandler:)](uikit/uiaccessibility/requestguidedaccesssession(enabled:completionhandler:).md)
- [zoomFocusChanged(zoomType:toFrame:in:)](uikit/uiaccessibility/zoomfocuschanged(zoomtype:toframe:in:).md)
