no message

This commit is contained in:
WenchaoD 2018-10-09 08:27:13 +08:00
parent 558f3c0193
commit 4e6efb70f3
2 changed files with 0 additions and 2 deletions

View File

@ -15,7 +15,6 @@
#import "FSCalendarExtensions.h"
#import "FSCalendarDynamicHeader.h"
#import "FSCalendarCollectionView.h"
#import "FSCalendarTransitionCoordinator.h"
#import "FSCalendarCalculator.h"
#import "FSCalendarDelegationFactory.h"

View File

@ -387,7 +387,6 @@
- (void)prepareWeekToMonthTransition
{
[self.calendar fs_setVariable:self.transitionAttributes.targetPage forKey:@"_currentPage"];
self.calendar.contentView.fs_height = CGRectGetHeight(self.transitionAttributes.targetBounds);
self.collectionViewLayout.scrollDirection = (UICollectionViewScrollDirection)self.calendar.scrollDirection;
self.calendar.calendarHeaderView.scrollDirection = self.collectionViewLayout.scrollDirection;