The Project File Differences between Storyboard and SwiftUI
1 min readApr 15, 2020
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
I removed all unnecessary comment lines