From d1476b22fac9a140c848d3311e3008e1e79a453c Mon Sep 17 00:00:00 2001 From: WenchaoD Date: Fri, 12 Oct 2018 08:03:06 +0800 Subject: [PATCH] Make headerReferenceSize property of FSCalendarCollectionViewLayout private. --- FSCalendar/FSCalendarCollectionViewLayout.h | 1 - FSCalendar/FSCalendarCollectionViewLayout.m | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/FSCalendar/FSCalendarCollectionViewLayout.h b/FSCalendar/FSCalendarCollectionViewLayout.h index 6e53493a..40fbd243 100644 --- a/FSCalendar/FSCalendarCollectionViewLayout.h +++ b/FSCalendar/FSCalendarCollectionViewLayout.h @@ -16,6 +16,5 @@ @property (assign, nonatomic) UIEdgeInsets sectionInsets; @property (assign, nonatomic) UICollectionViewScrollDirection scrollDirection; -@property (assign, nonatomic) CGSize headerReferenceSize; @end diff --git a/FSCalendar/FSCalendarCollectionViewLayout.m b/FSCalendar/FSCalendarCollectionViewLayout.m index c238d494..914b8983 100644 --- a/FSCalendar/FSCalendarCollectionViewLayout.m +++ b/FSCalendar/FSCalendarCollectionViewLayout.m @@ -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;