struct ContentView: View { var body: some View { VStack { Text("Hello World") } .background(Color.blue) } }. 思ってたのとぜんぜん違うじゃん ...
確定! 回上一頁