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

展示bug,31天的日期只展示到28号 #547

Closed
csjlengxiang opened this issue Jan 17, 2017 · 1 comment
Closed

展示bug,31天的日期只展示到28号 #547

csjlengxiang opened this issue Jan 17, 2017 · 1 comment

Comments

@csjlengxiang
Copy link

如果在使用过程中遇到问题,请提供以下信息以便于尽快将问题修复

  • 简单描述一下问题。
    使用
    _calendar.placeholderType = FSCalendarPlaceholderTypeNone
    [_calendar selectDate:[self.dateFormatter1 dateFromString:@"2017/01/18"]];
    时候,当月日期只展示到28号。

  • FSCalendar版本. 例如: FSCalendar 2.7.0

  • 是否能在demo中重现,以及在哪个demo中重现?或者附加一个重现问题的demo链接。
    StoryboardExampleViewController 这个demo中,在viewdidload最后,加入

    _calendar.placeholderType = FSCalendarPlaceholderTypeNone;
    [_calendar selectDate:[self.dateFormatter1 dateFromString:@"2017/01/18"]];

即重现

@csjlengxiang
Copy link
Author

测了半天,发现是顺序问题。要先改placeholderType,再selectDate

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