The previous way to create user interfaces was to rely on storyboards and the UIKit framework. While storyboards and UIKit have been around for years, Apple is encouraging developers to migrate to SwiftUI. Not only is SwiftUI adaptable to different screen sizes without requiring a lot of work, but SwiftUI can create user interfaces with far less code than storyboards or UIKit.
Although SwiftUI is clearly the future for developing apps in all of Apple’s operating systems, there’s still a problem. SwiftUI ...