質問編集履歴
3
修正間違い
title
CHANGED
@@ -1,1 +1,1 @@
|
|
1
|
-
|
1
|
+
sHorizontal Stack Viewで均等に並べられない
|
body
CHANGED
@@ -90,8 +90,4 @@
|
|
90
90
|
print("Button pressed ????")
|
91
91
|
}
|
92
92
|
}
|
93
|
-
```
|
93
|
+
```
|
94
|
-
|
95
|
-
## 追記2
|
96
|
-
すでにチュートリアルを完成させてしまった為同じ構成ではないかもしれませんが、Constraintsの構成を追記します。
|
97
|
-

|
2
制約追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -90,4 +90,8 @@
|
|
90
90
|
print("Button pressed ????")
|
91
91
|
}
|
92
92
|
}
|
93
|
-
```
|
93
|
+
```
|
94
|
+
|
95
|
+
## 追記2
|
96
|
+
すでにチュートリアルを完成させてしまった為同じ構成ではないかもしれませんが、Constraintsの構成を追記します。
|
97
|
+

|
1
誤字修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
FoodTrackerのチュートリアルでつま
|
1
|
+
FoodTrackerのチュートリアルでつまずいてしまったのでアドバイスお願いします。
|
2
2
|
|
3
3
|
[https://developer.apple.com/library/archive/referencelibrary/GettingStarted/DevelopiOSAppsSwift/ImplementingACustomControl.html#//apple_ref/doc/uid/TP40015214-CH19-SW1](https://developer.apple.com/library/archive/referencelibrary/GettingStarted/DevelopiOSAppsSwift/ImplementingACustomControl.html#//apple_ref/doc/uid/TP40015214-CH19-SW1)
|
4
4
|
|