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

Calendar doesn't appear with Future Start Date #136

Closed
DarrenAndes opened this issue Mar 23, 2018 · 0 comments
Closed

Calendar doesn't appear with Future Start Date #136

DarrenAndes opened this issue Mar 23, 2018 · 0 comments
Labels

Comments

@DarrenAndes
Copy link

If you modify the file "RSDFDatePickerViewController.m" from the Example folder

And change line 166 from:
_datePickerView = [[RSDFDatePickerView alloc] initWithFrame:self.view.bounds calendar:self.calendar];

To:
_datePickerView = [[RSDFDatePickerView alloc] initWithFrame:self.view.bounds calendar:self.calendar startDate:[NSDate dateWithTimeIntervalSince1970:1546214400] endDate:nil];

Which forces the start of the calendar to be on December 31, 2018 (ie. months in the future), the calendar will NOT be displayed.

simulator screen shot - iphone x - 2018-03-23 at 12 17 23

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants