-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
minimumDateForCalendar not working #495
Comments
Hi @cicerohellmann. Have you linked the |
Hi @WenchaoD. I'm having the same issue (tried linking the Please let me know if I can help further (i.e. more info). Thanks for the great component! |
Aha! I found that I can achieve my required behaviour using |
Also, as a side note, I noticed that setting the |
@JasonPan About the selection behavior, it is appended as default now, thanks for the proposal. And I'll add specific example for |
Hello. I'm using FSCalendar using Swift 2.3 and I'm in the 'FSCalendar', '2.3.3'. Xcode 7.3.1.
I can't get the minimumDateForCalendar to work.
I tried in a lot of ways:
None seem to work. This is my class header:
class CalendarViewController: UIViewController, FSCalendarDataSource, FSCalendarDelegate
This is happening in any device I try.
I already tried some weird stuff.
The way the calendar is declared is this:
@IBOutlet weak var calendar: FSCalendar!
and it's bound to a calendar in my Storyboard.
There is no crashes, I used a breakpoint to make sure the method is not even being accessed. And when I try to type the method name it's auto complete work so I believe I'm importing the right stuff.
If you need any more information about this problem, please let me know, I really wan't to use youre lib
:)
The text was updated successfully, but these errors were encountered: