質問編集履歴

4

修正

2018/02/19 06:33

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -7,6 +7,10 @@
7
7
  collectionView?.backgroundColor = .green を定義したいのですが、
8
8
 
9
9
  RUNしてもUINavigationControllerと黒(ブラックアウトとしての黒ので指定していないカラー)がシミュレータに表示されます。
10
+
11
+
12
+
13
+ エラーは発生していません。
10
14
 
11
15
 
12
16
 

3

修正

2018/02/19 06:32

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -4,13 +4,13 @@
4
4
 
5
5
 
6
6
 
7
- collectionView?.backgroundColor = green を定義したいのですが、
7
+ collectionView?.backgroundColor = .green を定義したいのですが、
8
8
 
9
9
  RUNしてもUINavigationControllerと黒(ブラックアウトとしての黒ので指定していないカラー)がシミュレータに表示されます。
10
10
 
11
11
 
12
12
 
13
- collectionView?.backgroundColor = green の定義方法を教えていただきたいです。
13
+ collectionView?.backgroundColor = .green の定義方法を教えていただきたいです。
14
14
 
15
15
 
16
16
 
@@ -28,7 +28,7 @@
28
28
 
29
29
  super.viewDidLoad()
30
30
 
31
- collectionView?.backgroundColor = green
31
+ collectionView?.backgroundColor = .green
32
32
 
33
33
 
34
34
 
@@ -123,3 +123,7 @@
123
123
  }
124
124
 
125
125
  ```
126
+
127
+
128
+
129
+ 本文修正しました。

2

修正

2018/02/19 06:30

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -121,3 +121,5 @@
121
121
 
122
122
 
123
123
  }
124
+
125
+ ```

1

修正

2018/02/19 06:10

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
 
6
6
 
7
- collectionView?.backgroundColor = green を定義したのですが、
7
+ collectionView?.backgroundColor = green を定義したのですが、
8
8
 
9
9
  RUNしてもUINavigationControllerと黒(ブラックアウトとしての黒ので指定していないカラー)がシミュレータに表示されます。
10
10
 
@@ -121,13 +121,3 @@
121
121
 
122
122
 
123
123
  }
124
-
125
-
126
-
127
- ```ここに言語を入力
128
-
129
-
130
-
131
- ```
132
-
133
- ```