Читать книгу SwiftUI For Dummies - Wei-Meng Lee - Страница 17
The Gory Details
ОглавлениеNow that you've seen how to get started with SwiftUI, let’s take a moment to examine the various files created in the project and see how the various parts connect.
In your project, notice that you have the following files created (see Figure 1-17):
AppDelegate.swift
SceneDelegate.swift
ContentView.swift (this is the file that you've been modifying to create the UI of your iOS application)
Info.plist
FIGURE 1-17: The content of the project created.