質問編集履歴

2

Colのところを変更しました。間違えました。

2021/11/13 08:56

投稿

MycoChild
MycoChild

スコア36

test CHANGED
File without changes
test CHANGED
@@ -24,7 +24,7 @@
24
24
 
25
25
  }
26
26
 
27
- changeFontSize((self.customCol))
27
+ changeCol((self.customCol))
28
28
 
29
29
  """
30
30
 

1

エラーの内容を追加しました。

2021/11/13 08:56

投稿

MycoChild
MycoChild

スコア36

test CHANGED
File without changes
test CHANGED
@@ -10,6 +10,10 @@
10
10
 
11
11
  ```Swift
12
12
 
13
+ var customCol = "green"
14
+
15
+ var customFontSize = "100"
16
+
13
17
  func change(num: Int) -> String{
14
18
 
15
19
  let change_ = """
@@ -20,7 +24,7 @@
20
24
 
21
25
  }
22
26
 
23
- changeFontSize("yellow")
27
+ changeFontSize((self.customCol))
24
28
 
25
29
  """
26
30
 
@@ -32,7 +36,7 @@
32
36
 
33
37
  }
34
38
 
35
- changeFontSize("100")
39
+ changeFontSize((self.customFontSize))
36
40
 
37
41
  """
38
42