Using SwiftUI within UIKit – using data in UIKit? – Ios swift
I have SwiftUI views appearing in my UIKit application based on data found there. What I would like to do is change the SwiftUI view based on a button tap in UIKit just to test. I am not great with…