質問編集履歴

1

一部コードのが、間違っていました。

2021/08/16 05:32

投稿

rockey_7625
rockey_7625

スコア25

test CHANGED
File without changes
test CHANGED
@@ -140,49 +140,7 @@
140
140
 
141
141
  self.labelGroupfont = UIFont.systemFont(ofSize: 18, weight: .bold)
142
142
 
143
-
144
-
145
- /*
143
+
146
-
147
- outputLabel.text = "Balance"
148
-
149
- outputLabel.font = UIFont.boldSystemFont(ofSize: 18)
150
-
151
- outputLabel_2.text = "Balance"
152
-
153
- outputLabel_2.font = UIFont.boldSystemFont(ofSize: 18)
154
-
155
- outputLabel_3.text = "Balance"
156
-
157
- outputLabel_3.font = UIFont.boldSystemFont(ofSize: 18)
158
-
159
- outputLabel_4.text = "Balance"
160
-
161
- outputLabel_4.font = UIFont.boldSystemFont(ofSize: 18)
162
-
163
- outputLabel_5.text = "Balance"
164
-
165
- outputLabel_5.font = UIFont.boldSystemFont(ofSize: 18)
166
-
167
- outputLabel_6.text = "Balance"
168
-
169
- outputLabel_6.font = UIFont.boldSystemFont(ofSize: 18)
170
-
171
- outputLabel_7.text = "Balance"
172
-
173
- outputLabel_7.font = UIFont.boldSystemFont(ofSize: 18)
174
-
175
- outputLabel_8.text = "Balance"
176
-
177
- outputLabel_8.font = UIFont.boldSystemFont(ofSize: 18)
178
-
179
- outputLabel_9.text = "Balance"
180
-
181
- outputLabel_9.font = UIFont.boldSystemFont(ofSize: 18)
182
-
183
-
184
-
185
-
186
144
 
187
145
  textfield1.delegate = self
188
146