質問編集履歴

1

コード追加

2015/08/10 12:43

投稿

Nicola
Nicola

スコア21

test CHANGED
File without changes
test CHANGED
@@ -5,3 +5,33 @@
5
5
 
6
6
 
7
7
  どのようにしたら、高さを調整できますか?
8
+
9
+
10
+
11
+ override func viewDidLoad() {
12
+
13
+ super.viewDidLoad()
14
+
15
+
16
+
17
+ let flowLayout = UICollectionViewFlowLayout()
18
+
19
+
20
+
21
+ let tap: UITapGestureRecognizer = UITapGestureRecognizer(target: self, action: "DismissKeyboard")
22
+
23
+ view.addGestureRecognizer(tap)
24
+
25
+
26
+
27
+
28
+
29
+ bunPrint()
30
+
31
+ btnTitle1()
32
+
33
+ fFastBoot = false
34
+
35
+
36
+
37
+ }