Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
WenchaoD committed Oct 9, 2018
1 parent 558f3c0 commit 4e6efb7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion FSCalendar/FSCalendar.m
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
#import "FSCalendarExtensions.h"
#import "FSCalendarDynamicHeader.h"
#import "FSCalendarCollectionView.h"

#import "FSCalendarTransitionCoordinator.h"
#import "FSCalendarCalculator.h"
#import "FSCalendarDelegationFactory.h"
Expand Down
1 change: 0 additions & 1 deletion FSCalendar/FSCalendarTransitionCoordinator.m
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,6 @@ - (CGFloat)calculateOffsetForProgress:(CGFloat)progress
- (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;
Expand Down

0 comments on commit 4e6efb7

Please sign in to comment.