Category: swift
All the articles with the category "swift".
-
SwiftUIの新しいPreviewで変数定義する
Posted on:2023年1月8日
概要
以前は以下のように書いていた
struct ContentView_Previews: PreviewProvider {
static var previews: some View {
ContentView()
}
}
2...
All the articles with the category "swift".
以前は以下のように書いていた
struct ContentView_Previews: PreviewProvider {
static var previews: some View {
ContentView()
}
}
2...