We're a place where coders share, stay up-to-date and grow their careers.
Can you provide some of your SwiftUI code ?
Thanks... but... solved!
Thing is that you can also do:
func makeUIViewController(context: UIViewControllerRepresentableContext<MyView>) -> ViewController { return UIStoryboard(name: "MyViewControllerStoryboard", bundle: nil).instantiateViewController(identifier: String(describing: ViewController.self)) as! ViewController }
Cheers!
Can you provide some of your SwiftUI code ?
Thanks... but... solved!
Thing is that you can also do:
Cheers!