The completion handler to execute after the activity view controller is dismissed.
SDK
- iOS 8.0+
Framework
- UIKit
Declaration
var completionWithItemsHandler: UIActivity View Controller.Completion With Items Handler? { get set }
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.