Replace a UIViewController with a SwiftUI View
To get up to speed with UIKit or SwiftUI:
An easy way to start using SwiftUI is to add some to your existing UIKit apps! Replace a UIViewController with a SwiftUI view in the storyboard, and manage data flow between SwiftUI and the rest of the app.
Comments