is it even workable? I can get a viewController with code below. And wrap it into the representable as required by SwiftUI, but i don’t see any delegates that I can use to pass around so I could get callbacks.
Also not sure if just getting viewController directly is ok, I noticed that “present” method has some more logic in it than just returning viewController.
let vc = Lock
.classic()
.withOptions {
}
.withStyle {
}
.onSignUp(callback: { (email, attributes) in
}).viewController