update to 0.0.3

update to 0.0.3
This commit is contained in:
f33chobits 2015-02-18 17:30:42 +08:00
parent e77687c1d2
commit b3fbf68dfc
1 changed files with 1 additions and 1 deletions

View File

@ -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;