Update README.md
This commit is contained in:
parent
4cae21c158
commit
ff28d6bf5b
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
<br/>
|
||||
<br/><br/>
|
||||
[](http://cocoadocs.org/docsets/FSCalendar)
|
||||
[](http://cocoadocs.org/docsets/FSCalendar)
|
||||
[](http://cocoadocs.org/docsets/FSCalendar)
|
||||
|
|
@ -21,10 +21,11 @@
|
|||
|
||||
### Use Interface Builder (Recommended)
|
||||
|
||||
1. Drag two UIView objects to ViewController Scene, change the `Custom Class` to `FSCalendarHeader` and `FSCalendar`
|
||||
1. Drag two UIView objects to ViewController Scene, change the `Custom Class` to `FSCalendarHeader` and `FSCalendar`<br/>
|
||||
 <br />
|
||||

|
||||
2. After adjust the position and frame, link `header` property of the calendar to the header, and the `dataSource` and `delegate` to the ViewController
|
||||
<br/>
|
||||
2. After adjust the position and frame, link `header` property of the calendar to the header, and the `dataSource` and `delegate` to the ViewController <br/>
|
||||

|
||||
3. Implement `FSCalendarDataSource` and `FSCalendarDelegate` in ViewController.m
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue