Update README.md

This commit is contained in:
Wenchao Ding 2015-03-05 18:16:26 +08:00
parent 9da945b444
commit 15facd17bf
1 changed files with 2 additions and 2 deletions

View File

@ -54,8 +54,8 @@ _calendar.flow = FSCalendarFlowVertical; //Change to vertical flow, default is F
```
### 4. Header (IBOutlet supported)
```objective-c
FSCalendarHeader *header = [[FSCalendarHeader alloc] initWithFrame:CGRectMake(0,0,_calendar.frame.size.width,44)];
_calendar.header = header;
FSCalendarHeader *header = [[FSCalendarHeader alloc] initWithFrame:CGRectMake(0,0,_calendar.frame.size.width,44)];
_calendar.header = header;
```
For more appearance and other usage, look into FSCalendar.h