Adapting UIHostingController to changes in SwiftUI View size
Hey iOS folks! If you're using both UIKit and SwiftUI in your iOS project, you'll need to use UIHostingController as bridge between the two frameworks. UIHostingController - is a UIKit view controller that manages a SwiftUI view hierarchy. It's inten...
vbat.dev6 min read