Is is possible to build views with SwiftUI side by side with an existing UIKit application?
I have an existing application written in Objective-C. I’ve begun migrating to Swift 5. I’m wondering if I can use SwiftUI alongside my existing UIKit .xib views.
That is to say I want some views built with SwiftUI and some other views built with UIKit in the same app. Not mixing the two of course.
SomeObjCSwiftProject/ SwiftUIViewController.swift SwiftUIView.xib UIKitViewController.swift UIKitView.xib
Working alongside each other
Anonymous Asked question May 13, 2021
Recent Comments