All views and other UI elements found in the storyboard will be converted to code
Review and apply fixes
Benefits of migrating to SwiftUI
Get ready to port your iOS apps to macOS
iOS apps using SwiftUI can be easily ported to macOS.
Readable code
SwiftUI Code is much easier to read and manage than storyboard XML.
Collaborate easily
Other developers can easily study your Swift code instead of going through storyboard objects. Forget about creating source control conflicts when committing user interface changes.
Get the UI code checked at compile time
User interface gets checked by the Swift compiler. No need to worry about issues with IBOutlet connections.