This is the “My app” code. The code above is everything in the “ContentView file”
Im doing this inSwift playground on my iPad by the way.
‘’’
import SwiftUI
@main
struct MyApp: App {
var body: some Scene {
WindowGroup {
ContentView()
}
}
}
‘’’
Topic:
UI Frameworks
SubTopic:
SwiftUI
Tags: