I have a swiftui view with Button(intent: ) and using UIHostingViewcontroller to use it in UIKit. The problem is that button not works in uikit but normal button(without intent works)
Using Intent Button in UIkit
Can you elorate on what Intent and why the code in your UIKit app requires an Intent invocation?