Configure appearance is better.

This commit is contained in:
WenchaoD 2017-05-09 15:36:14 +08:00
parent 661290f3c2
commit bd560de4be
1 changed files with 1 additions and 0 deletions

View File

@ -1478,6 +1478,7 @@ void FSCalendarRunLoopCallback(CFRunLoopObserverRef observer, CFRunLoopActivity
- (void)invalidateHeaders
{
[self.calendarHeaderView.collectionView reloadData];
[self.visibleStickyHeaders makeObjectsPerformSelector:@selector(configureAppearance)];
}
- (void)invalidateAppearanceForCell:(FSCalendarCell *)cell forDate:(NSDate *)date