struct ContentView : View { var body: some View { VStack(alignment: .leading) { Text("Hello World") .font(.title) Text("Another") .font(.body) Spacer() } ...
確定! 回上一頁