回答編集履歴

1

整形

2020/07/25 13:19

投稿

TsukubaDepot
TsukubaDepot

スコア5086

test CHANGED
@@ -32,7 +32,7 @@
32
32
 
33
33
  super.viewDidLoad()
34
34
 
35
-
35
+
36
36
 
37
37
  toolBar = UIToolbar(frame: CGRect(x: 0, y: 0, width: view.bounds.width, height: 35))
38
38
 
@@ -62,7 +62,7 @@
62
62
 
63
63
  }
64
64
 
65
-
65
+
66
66
 
67
67
  func statusBarOne() {
68
68
 
@@ -88,7 +88,7 @@
88
88
 
89
89
  }
90
90
 
91
-
91
+
92
92
 
93
93
 
94
94
 
@@ -106,15 +106,13 @@
106
106
 
107
107
  @objc func barButtonTwoTapped(_ sender: UIBarButtonItem) {
108
108
 
109
- // do something here
109
+ // do something here
110
110
 
111
- print(#function)
111
+ print(#function)
112
112
 
113
113
  statusBarOne()
114
114
 
115
- }
115
+ }
116
-
117
-
118
116
 
119
117
  }
120
118