@State private var text: String = ""

var body: some View {
    PasteButton(payloadType: String.self) { strings in
        text = strings[0]
    }.labelStyle(.titleOnly)
}

Get New Tutorials by Email

No spam. Just clear, practical breakdowns you can apply right away.

Enjoy this tutorial?

Get new practical tech tutorials in your inbox.