As Swift 5 introduces the SwiftUI framework for creating the views, but we are currently using the storyboard for UI design.
So I just wanted to know the procedure t
You can use both in the same project without a problem.
SwiftUI is just a framework. You can create one ViewController with SwiftUI and another one with the storyboard. The choice is yours.
ViewController
Just import SwiftUI where you want to use it