teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

1

変更

2018/04/16 15:45

投稿

退会済みユーザー
title CHANGED
File without changes
body CHANGED
@@ -56,8 +56,8 @@
56
56
 
57
57
 
58
58
  ```ここに言語を入力
59
+ class HugaView: UIView, UICollectionViewDataSource, UICollectionViewDelegate, UICollectionViewDelegateFlowLayout {
59
60
 
60
- //省略してます...
61
61
 
62
62
  override init(frame: CGRect) {
63
63
  super.init(frame: frame)
@@ -70,7 +70,7 @@
70
70
  backgroundColor = .yellow????
71
71
  }
72
72
 
73
-
73
+ //省略してます...
74
74
  ```
75
75
 
76
76
  調べてはいるのですが、分からないため質問いたします。