Skip to content
This repository was archived by the owner on Jan 17, 2019. It is now read-only.

Commit de1cb44

Browse files
authored
Merge pull request #292 from cerihughes/reload-images-after-rotation
Trigger a load of images on rotation
2 parents 6cb0e7a + b3578c7 commit de1cb44

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sources/HUBViewController.m

+2
Original file line numberDiff line numberDiff line change
@@ -717,6 +717,8 @@ - (void)reconfigureVisibleCellsForSize:(CGSize)size
717717
for (HUBComponentCollectionViewCell *visibleCell in [self.collectionView visibleCells]) {
718718
HUBComponentWrapper * const componentWrapper = self.componentWrappersByCellIdentifier[visibleCell.identifier];
719719
[componentWrapper reconfigureViewWithContainerViewSize:size];
720+
[self loadImagesForComponentWrapper:componentWrapper
721+
childIndex:nil];
720722
}
721723
}
722724

0 commit comments

Comments
 (0)