質問編集履歴

3

文法の修正

2020/03/07 07:53

投稿

techiro
techiro

スコア10

test CHANGED
File without changes
test CHANGED
@@ -138,9 +138,7 @@
138
138
 
139
139
 
140
140
 
141
- delegateの概念をしっかり理解できていない
142
141
 
143
- しかし,ボタンの状態を**Player.swift**などの別のクラスから状態を変化させたいと思いました.
144
142
 
145
143
 
146
144
 

2

誤字です.

2020/03/07 07:53

投稿

techiro
techiro

スコア10

test CHANGED
File without changes
test CHANGED
@@ -116,13 +116,15 @@
116
116
 
117
117
 
118
118
 
119
- //問題点→ ViewControllerのボタン状態を変更させる
119
+ //問題点→ ViewControllerのボタン状態を変更させる.これを実行したい.
120
+
121
+
120
122
 
121
123
  self.TeacherPlayButton.state = NSControl.StateValue.off
122
124
 
123
125
  self.TeacherPlayButton.image = NSImage(named: "NSTouchBarPauseTemplate")
124
126
 
125
-
127
+    
126
128
 
127
129
 
128
130
 
@@ -189,11 +191,3 @@
189
191
  * xcode 11.3.1
190
192
 
191
193
  * macOSアプリ開発
192
-
193
-
194
-
195
-
196
-
197
-
198
-
199
- ###

1

タイトルが誤字ってました

2020/03/07 03:14

投稿

techiro
techiro

スコア10

test CHANGED
@@ -1 +1 @@
1
- ViewControllerに紐づけられているボタンの状態を別のクラから変化させたい.
1
+ ViewControllerに紐づけられているボタンの状態を別のクラから変化させたい.
test CHANGED
File without changes