Copy/Paste issues in OS 15.5
Hi,
I have copy option in my app. When i try to paste that copied string outside the app (Notes, Messages) i can see some garbage value.
Using below code for copy:
UIPasteboard.general.string = "some string"
Device : iPhone SE
OS: 15.5
Has anyone faced this issue?