ほんを変更しました。
しばらく急いで前の簡単な部分を調べて通り過ぎるつもりです。
var num:Int {
2*5
}
print(num)
>> 10
Computedプロパティ
Click Modifier specification
Xcode15.0でbugかないか分からないですけど
既存のdragAndDrop とか clickInspecter などがかなり変更されるとか削除されました
ドット
.font(.title)
実はこれかっこの
複数の余白を指定する
.padding([.top,.leading]
scaledFitはAspectRatio()を代替できます。
.foregroundColor(.blue) // color.blueが省略されること
.fill(Color.blue) // ここでは省略できません![Screenshot 2023-12-18 at 10.41.08 AM.png](https://qiita-image-store.s3.ap-northeast-1.amazonaws.com/0/3513806/ec61d841-2869-8f0b-1355-875c74c42a23.png)
foregroundColor(_:content:).
It's worth noting that in Swift, there is a convention to use underscores (_) for the first parameter of a function to allow a cleaner syntax when calling the function. This is why you often see functions in SwiftUI with an underscore for the first parameter,