質問編集履歴

1

問題箇所を強調

2016/10/06 06:33

投稿

chrokurojp
chrokurojp

スコア26

test CHANGED
File without changes
test CHANGED
@@ -18,6 +18,22 @@
18
18
 
19
19
  Alamofireでの通信が終わる前にCollectionViewの表示が終わってしまいます。
20
20
 
21
+ ```
22
+
23
+ ここで確認できました。
24
+
25
+ override func collectionView(collectionView: UICollectionView, numberOfItemsInSection section: Int) -> Int {
26
+
27
+ // #warning Incomplete implementation, return the number of items
28
+
29
+ print(self.articles.count)
30
+
31
+ return 7
32
+
33
+ }
34
+
35
+ ```
36
+
21
37
  解決方法をご存知の方いらっしゃいましたら教えてください。
22
38
 
23
39