質問編集履歴

2

文章追加

2018/07/17 06:17

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -11,6 +11,12 @@
11
11
  とやってもuse of unresolved identifier `textField`とエラーが出てしまいます。
12
12
 
13
13
 
14
+
15
+
16
+
17
+ 以下プログラムです。
18
+
19
+ よろしくお願いいたします。
14
20
 
15
21
  ```swift
16
22
 

1

誤字

2018/07/17 06:17

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  ```swift
6
6
 
7
- let utterance = AVSpeechUtterance(string: "今日の予定はです。(textField)です。")
7
+ let utterance = AVSpeechUtterance(string: "今日の予定は(textField)です。")
8
8
 
9
9
  ```
10
10