The Project File Differences between Storyboard and SwiftUI

Fredric Cliver
1 min readApr 15, 2020

--

Left: SwiftUI, Right:Storyboard

File hierarchy difference :

There is ‘ContentView.swift’ instead of ‘ViewController’ initially on the initial files of SwiftUI project.

File comparison

AppDelegate.swift file is identical. But, SceneDelegate.swift has different lines.

SceneDelegate.swift

Left: SwiftUI, Right: Storyboard
SceneDelegate.swift of SwiftUI project
SceneDelegate.swift of Storyboard project

I removed all unnecessary comment lines

Info.plist

Left: SwiftUI, Right: Storyboard
initial info.plist of SwiftUI project
initial info.plist of Storyboard project

--

--

Fredric Cliver
Fredric Cliver

Written by Fredric Cliver

13+ years in the digital trenches. I decode complex tech concepts into actionable insights, focusing on AI, Software Engineering, and emerging technologies.

No responses yet