We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17ad7bd commit c6f317cCopy full SHA for c6f317c
FSCalendar/FSCalendar.m
@@ -372,6 +372,8 @@ - (void)layoutSubviews
372
[self.transitionCoordinator performScopeTransitionFromScope:FSCalendarScopeMonth toScope:FSCalendarScopeWeek animated:NO];
373
}
374
375
+ // Fix for layout update issue when changing orientation, see: https://github.com/WenchaoD/FSCalendar/issues/895
376
+ [_collectionViewLayout invalidateLayout];
377
378
379
#if TARGET_INTERFACE_BUILDER
0 commit comments