mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-01-08 05:55:13 +00:00
Revert "[CustomCollectionView Example]"
This reverts commit fcccb1bf03.
This commit is contained in:
@@ -119,7 +119,7 @@
|
||||
|
||||
- (BOOL)shouldInvalidateLayoutForBoundsChange:(CGRect)newBounds
|
||||
{
|
||||
if (!CGSizeEqualToSize(self.collectionView.bounds.size, newBounds.size)) {
|
||||
if (!CGRectEqualToRect(self.collectionView.bounds, newBounds)) {
|
||||
return YES;
|
||||
}
|
||||
return NO;
|
||||
|
||||
Reference in New Issue
Block a user