質問編集履歴
1
一部コードのが、間違っていました。
title
CHANGED
File without changes
|
body
CHANGED
@@ -69,28 +69,7 @@
|
|
69
69
|
|
70
70
|
self.labelGrouptext = "Balance"
|
71
71
|
self.labelGroupfont = UIFont.systemFont(ofSize: 18, weight: .bold)
|
72
|
-
|
73
|
-
|
72
|
+
|
74
|
-
outputLabel.text = "Balance"
|
75
|
-
outputLabel.font = UIFont.boldSystemFont(ofSize: 18)
|
76
|
-
outputLabel_2.text = "Balance"
|
77
|
-
outputLabel_2.font = UIFont.boldSystemFont(ofSize: 18)
|
78
|
-
outputLabel_3.text = "Balance"
|
79
|
-
outputLabel_3.font = UIFont.boldSystemFont(ofSize: 18)
|
80
|
-
outputLabel_4.text = "Balance"
|
81
|
-
outputLabel_4.font = UIFont.boldSystemFont(ofSize: 18)
|
82
|
-
outputLabel_5.text = "Balance"
|
83
|
-
outputLabel_5.font = UIFont.boldSystemFont(ofSize: 18)
|
84
|
-
outputLabel_6.text = "Balance"
|
85
|
-
outputLabel_6.font = UIFont.boldSystemFont(ofSize: 18)
|
86
|
-
outputLabel_7.text = "Balance"
|
87
|
-
outputLabel_7.font = UIFont.boldSystemFont(ofSize: 18)
|
88
|
-
outputLabel_8.text = "Balance"
|
89
|
-
outputLabel_8.font = UIFont.boldSystemFont(ofSize: 18)
|
90
|
-
outputLabel_9.text = "Balance"
|
91
|
-
outputLabel_9.font = UIFont.boldSystemFont(ofSize: 18)
|
92
|
-
|
93
|
-
|
94
73
|
textfield1.delegate = self
|
95
74
|
textfield2.delegate = self
|
96
75
|
textfield3.delegate = self
|