The biggest benefit of using Storyboards (especially over nibs/xibs) is that you can see how the screens in your app are related . … Another benefit to using Storyboards (over creating views programmatically) is that you get to see what your view will look like at runtime without having to run your app.
Read moreDoes SwiftUI replace storyboard?
SwiftUI is not replacing storyboards ; it may replace xib in some cases. But IMHO, SwiftUI is still far from providing the capabilities of xib. Just read in SwiftUI forum to see how developers are struggling to replicate what is easily done with xib and storyboards and autoLayout.
Read moreCan I use storyboard with SwiftUI?
The answer is YES ! Here we will be discussing a simple way to use SwiftUI into our existing project, which already consists of a storyboard.
Read more