Avatar
registerでReuseIdentifierを設定していますが、dequeueを実行せずにカスタムイニシャライザを呼ぶと実行時クラッシュしてしまうようです *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'the cell returned from -collectionView:cellForItemAtIndexPath: does not have a reuseIdentifier - cells must be retrieved by calling -dequeueReusableCellWithReuseIdentifier:forIndexPath:'