Tag

copy

1 stories
J
Joynal Abedin

How i will copy text in swiftui?

@State var copiedText: String = \"\" private let pastboard = UIPasteboard.general var body: some View { TextField(\"This is plceholdr\", text: $myText) .border(.red).pad...

4