Post

Replies

Boosts

Views

Activity

Reply to Multiple errors with UIActivityViewController in SwiftUI
I've had this issue as well -- but mostly only noticeable when I deploy to device. I get UI lag as the share sheet opens (no matter what kind of share source I add). let activityController = UIActivityViewController(activityItems: items, applicationActivities: []) UIApplication.shared.currentUIWindow()?.rootViewController!.present(activityController, animated: true) .. though I'm also doing invoking the share sheet in a different way within my view model.
Jan ’22