Update README.md
This commit is contained in:
parent
f0ea487063
commit
02e8b60c0c
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue