Is it possible to check if the recipient 'declined' or 'accepted' the share?
I want to NSLog 'sent' if sent and NSLog 'declined' if declined by the user.
Is it possible to check if the recipient 'declined' or 'accepted' the share?
I want to NSLog 'sent' if sent and NSLog 'declined' if declined by the user.
© 2022 - 2024 — McMap. All rights reserved.
UIActivityViewControllerCompletionHandler
? Well, there is only a Bool valuecompleted
, but still, that more or less what you want, right? – Crockett