Posts

Post not yet marked as solved
1 Replies
1.7k Views
I believe this has been an issue since earlier versions of iOS, but it still happens as of iOS 14 beta 1. If you present a view controller modally using the normal present(activityController, animated: true, completion: nil) method, and the activity controller's items include an image, then clicking "Save Image" from the activity view controller causes the modal controller you presented to be dismissed in addition to the activity controller. This can be disruptive to the user experience, since the user might have been viewing something in the modal which was unnecessarily dismissed. I already submitted a feedback for this (FB7743320) but I wanted to post here as well since I haven't heard back and I'm wondering if this is actually a bug, or if it's the intended behavior and I'm just configuring UIActivityViewController wrong, or something. I've created a sample project which demonstrates the issue here: https://github.com/noahsark769/NGUIActivityViewControllerDismissalExample - any ideas would be welcome! Thanks!
Posted Last updated
.