<!--
{
  "availability" : [
    "iOS: 2.0.0 - 13.0.0",
    "iPadOS: 2.0.0 - 13.0.0",
    "macCatalyst: 13.1.0 - 13.1.0",
    "tvOS: -",
    "visionOS: 1.0.0 - 1.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIApplication/endIgnoringInteractionEvents()",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:objc(cs)UIApplication(im)endIgnoringInteractionEvents"
  },
  "title" : "endIgnoringInteractionEvents()"
}
-->

# endIgnoringInteractionEvents()

Tells the receiver to resume the handling of touch-related events.

```
func endIgnoringInteractionEvents()
```

## Discussion

You typically call this method when, after calling the [`beginIgnoringInteractionEvents()`](/documentation/UIKit/UIApplication/beginIgnoringInteractionEvents()) method, the animation or transition concludes. Nested calls of this method should match nested calls of the [`beginIgnoringInteractionEvents()`](/documentation/UIKit/UIApplication/beginIgnoringInteractionEvents()) method.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)