Skip to content

Commit

Permalink
Make headerReferenceSize property of FSCalendarCollectionViewLayout p…
Browse files Browse the repository at this point in the history
…rivate.
  • Loading branch information
WenchaoD committed Oct 12, 2018
1 parent a2589a4 commit d1476b2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion FSCalendar/FSCalendarCollectionViewLayout.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,5 @@

@property (assign, nonatomic) UIEdgeInsets sectionInsets;
@property (assign, nonatomic) UICollectionViewScrollDirection scrollDirection;
@property (assign, nonatomic) CGSize headerReferenceSize;

@end
1 change: 1 addition & 0 deletions FSCalendar/FSCalendarCollectionViewLayout.m
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ @interface FSCalendarCollectionViewLayout ()

@property (assign, nonatomic) CGSize contentSize;
@property (assign, nonatomic) CGSize collectionViewSize;
@property (assign, nonatomic) CGSize headerReferenceSize;
@property (assign, nonatomic) NSInteger numberOfSections;

@property (assign, nonatomic) FSCalendarSeparators separators;
Expand Down

0 comments on commit d1476b2

Please sign in to comment.