Implementing Square ReaderSDK with SwiftUI

I’m new to Swift + SwiftUI and was looking at some of the sample code needed to set up the Square ReaderSDK which uses UIKit.

Can someone help me / provide some examples on how I’d be able to implement the SQRDCheckoutController (and other required components) with SwiftUI in my existing project?

I can provide more info if needed. (Super new to this - sorry if my question seems vague :sweat_smile:)

Hi @ash786 welcome to the forums!

We have standard Swift walkthrough here: https://developer.squareup.com/docs/reader-sdk/build-on-ios, but unfortunately we do not currently have any examples using SwiftUI specifically.