parent
b4357205d0
commit
1e36197941
|
|
@ -15,7 +15,6 @@
|
|||
#import "FSCalendarScopeHandle.h"
|
||||
|
||||
#import "UIView+FSExtension.h"
|
||||
#import "NSString+FSExtension.h"
|
||||
#import "FSCalendarDynamicHeader.h"
|
||||
#import "FSCalendarCollectionView.h"
|
||||
|
||||
|
|
@ -712,18 +711,6 @@ typedef NS_ENUM(NSUInteger, FSCalendarOrientation) {
|
|||
|
||||
#pragma mark - Properties
|
||||
|
||||
- (void)setAppearance:(FSCalendarAppearance *)appearance
|
||||
{
|
||||
if (_appearance != appearance) {
|
||||
_appearance = appearance;
|
||||
}
|
||||
}
|
||||
|
||||
- (FSCalendarAppearance *)appearance
|
||||
{
|
||||
return _appearance;
|
||||
}
|
||||
|
||||
- (void)setScrollDirection:(FSCalendarScrollDirection)scrollDirection
|
||||
{
|
||||
if (_scrollDirection != scrollDirection) {
|
||||
|
|
@ -1052,7 +1039,7 @@ typedef NS_ENUM(NSUInteger, FSCalendarOrientation) {
|
|||
}
|
||||
}
|
||||
|
||||
#pragma mark - Public
|
||||
#pragma mark - Public methods
|
||||
|
||||
- (void)reloadData
|
||||
{
|
||||
|
|
|
|||
|
|
@ -570,13 +570,6 @@
|
|||
[self invalidateTextColors];
|
||||
[self invalidateBorderColors];
|
||||
[self invalidateFillColors];
|
||||
/*
|
||||
[_calendar.collectionView.visibleCells enumerateObjectsUsingBlock:^(id obj, NSUInteger idx, BOOL *stop) {
|
||||
[_calendar invalidateAppearanceForCell:obj];
|
||||
}];
|
||||
[_calendar.header.collectionView.visibleCells makeObjectsPerformSelector:@selector(setNeedsLayout)];
|
||||
[_calendar.visibleStickyHeaders makeObjectsPerformSelector:@selector(setNeedsLayout)];
|
||||
*/
|
||||
}
|
||||
|
||||
- (void)invalidateFonts
|
||||
|
|
|
|||
Loading…
Reference in New Issue