---
title: completionHandler
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uiactivityviewcontroller/completionhandler-swift.property
---

# completionHandler

The completion handler to execute after the activity view controller is dismissed.

## Declaration

```swift
var completionHandler: UIActivityViewController.CompletionHandler? { get set }
```

## Discussion

Discussion When the user-selected service finishes operating on the data, or when the user dismisses the view controller, the view controller executes this completion handler to let your app know the final result of the operation.

## See Also

### Deprecated

- [UIActivityViewController.CompletionHandler](uikit/uiactivityviewcontroller/completionhandler-swift.typealias.md)
