Clean
This commit is contained in:
Wenchao Ding 2016-05-26 10:37:13 +08:00
parent 1df6ad5f69
commit d32150111c
1 changed files with 0 additions and 4 deletions

View File

@ -1897,14 +1897,10 @@ typedef NS_ENUM(NSUInteger, FSCalendarOrientation) {
- (NSString *)titleForDate:(NSDate *)date
{
#if !TARGET_INTERFACE_BUILDER
if (_dataSource && [_dataSource respondsToSelector:@selector(calendar:titleForDate:)]) {
return [_dataSource calendar:self titleForDate:date];
}
return nil;
#else
return _appearance.fakeSubtitles ? @"test" : nil;
#endif
}
- (NSString *)subtitleForDate:(NSDate *)date