Eureka
Eureka copied to clipboard
How does one display a Eureka form in SwiftUI?
Update usage to define a form in a SwiftUI project.
I have the custom FormViewController defined in my SwiftUI project. I want to put the form inside a VStack of my ContentView in my SwiftUI class.
Did you ever find a way to do this?