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.
Topic:
UI Frameworks
SubTopic:
UIKit
Tags: