Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

怎么能在不点击的情况下知道每个cell对应的是什么日期? #221

Closed
BlowinInWind opened this issue Mar 2, 2016 · 0 comments

Comments

@BlowinInWind
Copy link

在我进入界面的时候,我不点击cell的情况下我怎么能知道每个cell对应的是哪个日期啊?谢谢.

  • (void)reloadDataForCell:(FSCalendarCell *)cell atIndexPath:(NSIndexPath *)indexPath
    {
    cell.calendar = self;
    cell.date = [self dateForIndexPath:indexPath];
    cell.image = [self imageForDate:cell.date];
    }
    这个方法里面为什么我每次获取的date是每列的最后一个日期。
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant