Component - Project structure
This UI shows the basic project structure of an iOS app in Swift. It helps you understand how files and folders are organized in Xcode to build your app.
This UI shows the basic project structure of an iOS app in Swift. It helps you understand how files and folders are organized in Xcode to build your app.
Project Navigator ├── AppDelegate.swift ├── SceneDelegate.swift ├── Assets.xcassets ├── Base.lproj │ └── LaunchScreen.storyboard ├── Info.plist └── ViewController.swift