类似去哪儿中的日历控件

类似去哪儿中的日历控件,显示农历,农历节日,公历节日,公历日期

Github:https://github.com/zhangfan520/ZFCalendar.git

(1)导入头文件

#import "CalendarHomeViewController.h"

#import "CalendarViewController.h"

#import "Color.h"

(2)声明CalendarHomeViewController实例变量:

CalendarHomeViewController *chvc;

(3)初始化方法:

[chvc setAirPlaneToDay:365 ToDateforString:nil];


类似去哪儿中的日历控件_第1张图片
类似去哪儿中的日历控件_第2张图片


你可能感兴趣的:(类似去哪儿中的日历控件)