parent
e77687c1d2
commit
b3fbf68dfc
|
|
@ -528,7 +528,7 @@ const char * flowKey;
|
|||
|
||||
- (NSString *)subtitleForDate:(NSDate *)date
|
||||
{
|
||||
if (_dataSource && [_dataSource respondsToSelector:@selector(calendar:subtitleForDay:)]) {
|
||||
if (_dataSource && [_dataSource respondsToSelector:@selector(calendar:subtitleForDate:)]) {
|
||||
return [_dataSource calendar:self subtitleForDate:date];
|
||||
}
|
||||
return nil;
|
||||
|
|
|
|||
Loading…
Reference in New Issue