Fix UICollectionView warning: The behavior of the UICollectionViewFlowLayout is not defined...

This commit is contained in:
Giom Foret
2017-11-14 18:43:05 +01:00
parent 0993e860b8
commit 809b178a11
4 changed files with 13 additions and 8 deletions
@@ -24,6 +24,7 @@
[super awakeFromNib];
self.editionViewHeightConstraint.constant = 0;
self.editionViewBottomConstraint.constant = 0;
}
- (void)customizeTableViewCellRendering
@@ -42,6 +43,7 @@
self.collectionView.delegate = nil;
self.editionViewHeightConstraint.constant = 0;
self.editionViewBottomConstraint.constant = 0;
self.editionView.hidden = YES;
self.collectionView.scrollEnabled = YES;