IOS日历显示12个月

效果图根据年份显示当年日历

IOS日历显示12个月_第1张图片

使用方式,具体可下载demo进行查看或修改

      UIScrollView* scrollView = [[UIScrollView alloc] init];
      JXCalenderView* calenderView = [[JXCalenderView alloc] initWithFrame:CGRectMake(0,0 , 350, 1200 ) startYear:@"2018"];
     [scrollVieww addSubview:_calenderView];

Demo下载地址:https://github.com/tietaowang/MasterCalender

 

 

 

你可能感兴趣的:(oc)