美文网首页
CalendarView 日历方法二 赋值

CalendarView 日历方法二 赋值

作者: eb7a9dac29d0 | 来源:发表于2017-07-04 10:27 被阅读0次

    NSArray * arr =  @[

    @[ @[@{@"date":@"2017-06-12"}, @{@"date":@"2017-06-13"}],

    [UIColor redColor]],

    @[ @[@{@"date":@"2017-06-14"}, @{@"date":@"2017-06-15"}],

    [UIColor cyanColor]],

    @[ @[@{@"date":@"2017-06-16"}, @{@"date":@"2017-06-17"}],

    [UIColor greenColor]],

    @[ @[@{@"date":@"2017-06-18"}, @{@"date":@"2017-06-19"}],

    [UIColor purpleColor]],

    ];

    DLog(@"arr: %@",arr);

    [self.CalendarView reloadCalendarViewWithDataDictArr:arr  key:@"date"  ];

    相关文章

      网友评论

          本文标题:CalendarView 日历方法二 赋值

          本文链接:https://www.haomeiwen.com/subject/hbmthxtx.html