Update README-cn.md

This commit is contained in:
Wenchao Ding 2015-02-23 14:56:11 +08:00
parent 0aeb0535ba
commit c9d8b4b507
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ pod 'FSCalendar'
_calendar.delegate = self;
#### FSCalendarDataSource
- (NSString *)calendar:(FSCalendar *)calendar subtitleForDay:(NSDate *)date; // 设置副标题,本例中为农历
- (NSString *)calendar:(FSCalendar *)calendar subtitleForDate:(NSDate *)date; // 设置副标题,本例中为农历
- (BOOL)calendar:(FSCalendar *)calendar hasEventForDate:(NSDate *)date; // 设置事件标记
#### FSCalendarDelegate