質問編集履歴

3

修正

2020/04/20 04:25

投稿

shuntar30
shuntar30

スコア80

test CHANGED
File without changes
test CHANGED
@@ -1,8 +1,8 @@
1
1
  ### 実現したいこと
2
2
 
3
- Swiftで折り紙の折り図を表示するアプリを作っているのですが、UITabBarの「好き」を押すと、「this class is not key value coding-complant for tha key favTableView.」というエラーが出て困っています。回答お願いします。
3
+ Swiftで折り紙の折り図を表示するアプリを作っているのですが、UITabBarの「お気に入り」を押すと、「this class is not key value coding-complant for tha key favTableView.」というエラーが出て困っています。回答お願いします。
4
-
4
+
5
- ![「好き」ボタン](7b0a9c812cbebe5b897b2e219d2952c2.png)
5
+ ![「お気に入り」ボタン](7b0a9c812cbebe5b897b2e219d2952c2.png)
6
6
 
7
7
  ### 試したこと
8
8
 

2

名前を消した

2020/04/20 04:25

投稿

shuntar30
shuntar30

スコア80

test CHANGED
File without changes
test CHANGED
@@ -48,9 +48,9 @@
48
48
 
49
49
  //
50
50
 
51
- // Created by Shuntaro Kasatani on 4/16/20.
51
+ // Created by ________ ________ on 4/16/20.
52
-
52
+
53
- // Copyright © 2020 Shuntaro Kasatani. All rights reserved.
53
+ // Copyright © 2020 ________ ________. All rights reserved.
54
54
 
55
55
  //
56
56
 
@@ -274,9 +274,9 @@
274
274
 
275
275
  //
276
276
 
277
- // Created by Shuntaro Kasatani on 4/16/20.
277
+ // Created by ________ ________ on 4/16/20.
278
-
278
+
279
- // Copyright © 2020 Shuntaro Kasatani. All rights reserved.
279
+ // Copyright © 2020 ________ ________. All rights reserved.
280
280
 
281
281
  //
282
282
 

1

修正

2020/04/20 04:19

投稿

shuntar30
shuntar30

スコア80

test CHANGED
File without changes
test CHANGED
@@ -1,6 +1,8 @@
1
1
  ### 実現したいこと
2
2
 
3
- Swiftで折り紙の折り図を表示するアプリを作っているのですが、「this class is not key value coding-complant for tha key favTableView.」というエラーが出て困っています。回答お願いします。
3
+ Swiftで折り紙の折り図を表示するアプリを作っているのですが、UITabBarの「好き」を押すと、「this class is not key value coding-complant for tha key favTableView.」というエラーが出て困っています。回答お願いします。
4
+
5
+ ![「好き」ボタン](7b0a9c812cbebe5b897b2e219d2952c2.png)
4
6
 
5
7
  ### 試したこと
6
8