Update README.md

This commit is contained in:
Wenchao Ding 2015-02-23 14:55:39 +08:00
parent 2badfa2860
commit 0aeb0535ba
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
_calendar.delegate = self;
#### FSCalendarDataSource
- (NSString *)calendar:(FSCalendar *)calendar subtitleForDay:(NSDate *)date; // set subtitle
- (NSString *)calendar:(FSCalendar *)calendar subtitleForDate:(NSDate *)date; // set subtitle
- (BOOL)calendar:(FSCalendar *)calendar hasEventForDate:(NSDate *)date; // set event dot
#### FSCalendarDelegate