Ios swift – Execute function from SwiftUI view to view controller
I have GlobeView() embedded in a SwiftUI view. I want to call a function to execute from the SwiftUI view to the GlobeViewController. What's the easiest way I can achieve this given this layered view hierarchy? I know I can…