Tried setting pasteControl's pastConfiguration, and got the same result..
pasteControl.pasteConfiguration = UIPasteConfiguration(
acceptableTypeIdentifiers: [
UTType.text.identifier,
UTType.url.identifier,
UTType.plainText.identifier
]
)
Topic:
UI Frameworks
SubTopic:
UIKit
Tags: