Update README.md

This commit is contained in:
Wenchao Ding 2015-02-16 17:24:57 +08:00
parent f0ea487063
commit 02e8b60c0c
1 changed files with 2 additions and 1 deletions

View File

@ -28,8 +28,9 @@ To run the example project, clone the repo, and run `pod install` from the Examp
[[FSCalendar appearance] setTodayColor:[UIColor redColor]]; // today fill color
[[FSCalendar appearance] setUnitStyle:FSCalendarUnitStyleCircle]; // shape of today/selection fill color.Circle/Fectangle
### 4. Header (IBOutlet supported too)
### 4. Header (IBOutlet supported)
FSCalendarHeader *header = [[FSCalendarHeader alloc] initWithFrame:CGRectMake(0,0,_calendar.frame.size.width,_calendar.frame.size.height)];
_calendar.header = header;
## Requirements
ios 7.0