The way you use SwiftUI is also very different from UIKit: With SwiftUI, you don’t use Storyboards or Interface Builder . You specify your user interface via Swift code. The distinction is that you’re declaring what you want and letting SwiftUI handle things under the hood.